Releases: FunkeyFlo/ps5-mqtt
Releases · FunkeyFlo/ps5-mqtt
v1.0.0
What’s changed
🚨 New functionality
Matching PSN account activity to consoles is now supported.
The add-on will create a new sensor.my_playstation_activity
sensor that tells you which app/game is being used on the console! Both entities, activity
and power
, will now include the following attributes:
Attribute | Description |
---|---|
Players |
A list of players active on the device |
Activity / sensor.state |
idle , playing or none ; indicating the kind of activity on the device |
Title Name |
A user-friendly name of the Playstation App / Game currently in use. |
Title Image |
A url referring to the official box-art. |
Title ID |
unique code for the Playstation App / Game currently in use. |
Take a look at the documentation to see how to configure the add on for tracking PSN accounts and how to acquire the required information.
Examples
⚠ The MQTT implementation saw some changes that might cause you to have duplicate power
entities in HA after upgrading. ⚠
- The advised upgrade path is to remove your old devices from Home Assistant and let the add-on rediscover them for you.
- Alternatively remove the old
power
entity and rename the newpower
entity (which will probably be called something likeswitch.my_ps5_power_2
) to your old entity's name.
🚀 Enhancements
- Psn-presence @FunkeyFlo (#26)
📚 Documentation
- Update HA Core Docs @matt8707 (#24)
- Add HA Core Docs @FunkeyFlo (#23)
- Psn-presence @FunkeyFlo (#26)
v0.7.1
What’s changed
- 💪 #22: PS4 devices were unintentionally being discovered as @bryeartem correctly pointed out. He also mentioned that, in his case, the add-on detects state changes in the PS4 quicker than the HA integration. So instead of 'fixing' the issue I decided to add an extra option (
include_ps4_devices
) to the config. Turning the option on will discover PS4 devices as well as PS5's. The option is disabled by default.
v0.7.0
v0.6.4
What’s changed
- client improvements @FunkeyFlo (#19)
- added dark/light theme option to client UI 🌗
- (hopefully) cleared up some of the confusion people were having with the authentication steps by changing the walkthrough text that's displayed in the Authorization dialog.