From e290cca7e73414278426bdf7a518949a7c9d1798 Mon Sep 17 00:00:00 2001 From: Jack Powell Date: Fri, 27 Jun 2025 23:46:56 +0000 Subject: [PATCH] Add Binary Sensor Platform --- source/_integrations/playstation_network.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/_integrations/playstation_network.markdown b/source/_integrations/playstation_network.markdown index 39d69b605538..e549c306bace 100644 --- a/source/_integrations/playstation_network.markdown +++ b/source/_integrations/playstation_network.markdown @@ -2,12 +2,14 @@ title: PlayStation Network description: Instructions on enabling PlayStation Network support for your Home Assistant ha_category: + - Binary sensor - Media player - Sensor ha_release: 2025.7 ha_iot_class: Cloud Polling ha_domain: playstation_network ha_platforms: + - binary_sensor - media_player - sensor ha_codeowners: @@ -62,6 +64,11 @@ The **PlayStation Network** {% term integration %} lets you integrate informatio - **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. +### Binary sensors + +- **Online**: Indicates if you are actively using a device that is connected to the PlayStation Network. +- **Subscribed to PlayStation Plus**: Indicates if you have an active PlayStation Plus membership. + ## Data updates This integration retrieves data from the PlayStation Network every 30 seconds to ensure timely updates.