Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Aug 19:46
· 135 commits to refs/heads/main since this release
1a5b5a7

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

image
image

⚠ 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 new power entity (which will probably be called something like switch.my_ps5_power_2) to your old entity's name.

🚀 Enhancements

📚 Documentation