From b2711aea06cce32f1adf259aa8aefb7979c34d31 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Sat, 28 Sep 2024 20:42:07 +0200 Subject: [PATCH 1/2] Add select volume for yale_smart_alarm --- source/_integrations/yale_smart_alarm.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/_integrations/yale_smart_alarm.markdown b/source/_integrations/yale_smart_alarm.markdown index 21297782e3d3..05fbfb150279 100644 --- a/source/_integrations/yale_smart_alarm.markdown +++ b/source/_integrations/yale_smart_alarm.markdown @@ -6,6 +6,7 @@ ha_category: - Binary sensor - Button - Lock + - Select - Sensor - Switch ha_release: 0.78 @@ -20,6 +21,7 @@ ha_platforms: - button - diagnostics - lock + - select - sensor - switch ha_integration_type: integration @@ -33,6 +35,7 @@ There is currently support for the following device types within Home Assistant: - Binary sensor - Button - Lock +- Select - Sensor - Switch @@ -56,6 +59,10 @@ Provides support for pressing the panic button to trigger the alarm. Be careful The lock platform requires a code for unlocking but no code for locking. +## Select + +Provides support for setting the volume on locks, available options are "High", "Low" and "Off". Entity is only available for supported door locks. + ## Sensor Provides support for smoke detector temperature sensors. From 3511723062ee2dd722ce621b30514a2a5c5c523c Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Mon, 30 Sep 2024 10:09:02 +0200 Subject: [PATCH 2/2] tiny tweak --- source/_integrations/yale_smart_alarm.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/yale_smart_alarm.markdown b/source/_integrations/yale_smart_alarm.markdown index 05fbfb150279..5e24439f0f36 100644 --- a/source/_integrations/yale_smart_alarm.markdown +++ b/source/_integrations/yale_smart_alarm.markdown @@ -61,7 +61,7 @@ The lock platform requires a code for unlocking but no code for locking. ## Select -Provides support for setting the volume on locks, available options are "High", "Low" and "Off". Entity is only available for supported door locks. +Provides support for setting the volume on locks, available options are "High", "Low" and "Off". The entity is only available for supported door locks. ## Sensor