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)