8000 Add sensor platform to PlayStation Network integration by tr4nt0r · Pull Request #39699 · home-assistant/home-assistant.io · GitHub
[go: up one dir, main page]

Skip to content

Add sensor platform to PlayStation Network integration #39699

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 25, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions source/_integrations/playstation_network.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ title: PlayStation Network
description: Instructions on enabling PlayStation Network support for your Home Assistant
ha_category:
- Media player
- Sensor
ha_release: 2025.7
ha_iot_class: Cloud Polling
ha_domain: playstation_network
ha_platforms:
- media_player
- sensor
ha_codeowners:
- '@jackjpowell'
ha_config_flow: true
Expand Down Expand Up @@ -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.

### 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 you’ve 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

This integration retrieves data from the PlayStation Network every 30 seconds to ensure timely updates.
Expand Down
0