From 41529e5076f1246b8cb17b5100cb04ac3bc7891d Mon Sep 17 00:00:00 2001 From: Aaron David Schneider Date: Tue, 25 May 2021 18:35:32 +0200 Subject: [PATCH] Add description for alarm support (#17857) --- source/_integrations/sonos.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/sonos.markdown b/source/_integrations/sonos.markdown index fbbc636b2eb..eae108cdd17 100644 --- a/source/_integrations/sonos.markdown +++ b/source/_integrations/sonos.markdown @@ -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.