Add sensor platform to PlayStation Network integration (#39699)

This commit is contained in:
Manu 2025-06-25 14:33:26 +02:00 committed by GitHub
parent 479cd16f95
commit 16b4b02f2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,11 +3,13 @@ title: PlayStation Network
description: Instructions on enabling PlayStation Network support for your Home Assistant description: Instructions on enabling PlayStation Network support for your Home Assistant
ha_category: ha_category:
- Media player - Media player
- Sensor
ha_release: 2025.7 ha_release: 2025.7
ha_iot_class: Cloud Polling ha_iot_class: Cloud Polling
ha_domain: playstation_network ha_domain: playstation_network
ha_platforms: ha_platforms:
- media_player - media_player
- sensor
ha_codeowners: ha_codeowners:
- '@jackjpowell' - '@jackjpowell'
ha_config_flow: true ha_config_flow: true
@ -50,6 +52,16 @@ The **PlayStation Network** {% term integration %} lets you integrate informatio
- **PlayStation Console**: One Media Player will be created for any [supported PlayStation console](#supported-devices) you have connected to the PlayStation Network. The artwork and title of the currently playing game will be populated. - **PlayStation Console**: One Media Player will be created for any [supported PlayStation console](#supported-devices) you have connected to the PlayStation Network. The artwork and title of the currently playing game will be populated.
### Sensors
- **Online-ID**: Shows your PlayStation Network ID and current profile picture.
- **Trophy level**: Displays your current PlayStation trophy level.
- **Next Level**: Shows your progress toward the next PlayStation trophy level as a percentage.
- **Platinum trophies**: Shows the total number of Platinum trophies youve earned. These are awarded for unlocking all other trophies in a game.
- **Gold trophies**: Displays your total count of Gold trophies, earned for major achievements within games.
- **Silver trophies**: Indicates the number of Silver trophies you've collected, typically for mid-level accomplishments.
- **Bronze trophies**: Shows how many Bronze trophies you've earned, usually for basic or early-game achievements.
## Data updates ## Data updates
This integration retrieves data from the PlayStation Network every 30 seconds to ensure timely updates. This integration retrieves data from the PlayStation Network every 30 seconds to ensure timely updates.