mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 04:16:48 +00:00
Add autolock switch for yale_smart_alarm (#34847)
This commit is contained in:
parent
f0585cc102
commit
4d29204f3e
@ -7,6 +7,7 @@ ha_category:
|
|||||||
- Button
|
- Button
|
||||||
- Lock
|
- Lock
|
||||||
- Sensor
|
- Sensor
|
||||||
|
- Switch
|
||||||
ha_release: 0.78
|
ha_release: 0.78
|
||||||
ha_iot_class: Cloud Polling
|
ha_iot_class: Cloud Polling
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
@ -20,6 +21,7 @@ ha_platforms:
|
|||||||
- diagnostics
|
- diagnostics
|
||||||
- lock
|
- lock
|
||||||
- sensor
|
- sensor
|
||||||
|
- switch
|
||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -32,6 +34,7 @@ There is currently support for the following device types within Home Assistant:
|
|||||||
- Button
|
- Button
|
||||||
- Lock
|
- Lock
|
||||||
- Sensor
|
- Sensor
|
||||||
|
- Switch
|
||||||
|
|
||||||
{% include integrations/config_flow.md %}
|
{% include integrations/config_flow.md %}
|
||||||
|
|
||||||
@ -57,4 +60,8 @@ The lock platform requires a code for unlocking but no code for locking.
|
|||||||
|
|
||||||
Provides support for smoke detector temperature sensors.
|
Provides support for smoke detector temperature sensors.
|
||||||
|
|
||||||
|
## Switch
|
||||||
|
|
||||||
|
Provides support for enable/disable autolock on locks. Entity is only available for supported door locks.
|
||||||
|
|
||||||
The {% term integration %} can be configured to provide a default code that is used if no code is supplied and the number of digits required.
|
The {% term integration %} can be configured to provide a default code that is used if no code is supplied and the number of digits required.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user