mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-24 11:06:51 +00:00
Add select volume for yale_smart_alarm (#34963)
* Add select volume for yale_smart_alarm * tiny tweak --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
4242275279
commit
353bbf8cc2
@ -6,6 +6,7 @@ ha_category:
|
|||||||
- Binary sensor
|
- Binary sensor
|
||||||
- Button
|
- Button
|
||||||
- Lock
|
- Lock
|
||||||
|
- Select
|
||||||
- Sensor
|
- Sensor
|
||||||
- Switch
|
- Switch
|
||||||
ha_release: 0.78
|
ha_release: 0.78
|
||||||
@ -20,6 +21,7 @@ ha_platforms:
|
|||||||
- button
|
- button
|
||||||
- diagnostics
|
- diagnostics
|
||||||
- lock
|
- lock
|
||||||
|
- select
|
||||||
- sensor
|
- sensor
|
||||||
- switch
|
- switch
|
||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
@ -33,6 +35,7 @@ There is currently support for the following device types within Home Assistant:
|
|||||||
- Binary sensor
|
- Binary sensor
|
||||||
- Button
|
- Button
|
||||||
- Lock
|
- Lock
|
||||||
|
- Select
|
||||||
- Sensor
|
- Sensor
|
||||||
- Switch
|
- 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.
|
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". The entity is only available for supported door locks.
|
||||||
|
|
||||||
## Sensor
|
## Sensor
|
||||||
|
|
||||||
Provides support for smoke detector temperature sensors.
|
Provides support for smoke detector temperature sensors.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user