Add description for alarm support (#17857)

This commit is contained in:
Aaron David Schneider 2021-05-25 18:35:32 +02:00 committed by GitHub
parent a5bb8d49d0
commit 41529e5076
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,10 @@ Battery sensors are supported for the `Sonos Roam` and `Sonos Move` devices on S
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.
## Alarm support
The Sonos integration adds one `switch` for each alarm set in the Sonos app. The alarm switches are detected, deleted and assigned automatically and come with several attributes that help to monitor Sonos alarms.
## Services
The Sonos integration makes various custom services available.