From 91c0ba773b426f96be22e3bf1880cb4ba422b792 Mon Sep 17 00:00:00 2001 From: jjlawren Date: Tue, 27 Apr 2021 10:25:57 -0500 Subject: [PATCH] Update battery description after rework (#17618) --- source/_integrations/sonos.markdown | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/source/_integrations/sonos.markdown b/source/_integrations/sonos.markdown index caa7268c48a..210038ce47e 100644 --- a/source/_integrations/sonos.markdown +++ b/source/_integrations/sonos.markdown @@ -22,11 +22,7 @@ The `sonos` integration allows you to control your [Sonos](https://www.sonos.com ## Battery support -Battery sensors are currently supported for the `Sonos Roam` and `Sonos Move` devices. - -Besides showing the current battery capacity, these sensors provide additional attributes: -- `charging`: Indicates if the speaker is currently connected to an external power source. -- `power_source`: The current power source of the speaker, such as `BATTERY`, `SONOS_CHARGING_RING`, or `USB_POWER`. +Battery sensors are currently supported for the `Sonos Roam` and `Sonos Move` devices. For each speaker with a battery, a `sensor` showing the current battery charge level and a `binary_sensor` showing the power state of the speaker are created. The `binary_sensor` reports if the speaker is currently powered by an external source and its `power_source` attribute shows which specific source is providing the current power. This source attribute can be one of `BATTERY`, `SONOS_CHARGING_RING` if using wireless charging, or `USB_POWER` if charging via USB cable. Note that the Roam will report `SONOS_CHARGING_RING` even when using a generic Qi charger. ## Services