Add autolock switch for yale_smart_alarm (#34847)

This commit is contained in:
G Johansson 2024-09-23 08:52:00 +02:00 committed by GitHub
parent f0585cc102
commit 4d29204f3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,7 @@ ha_category:
- Button
- Lock
- Sensor
- Switch
ha_release: 0.78
ha_iot_class: Cloud Polling
ha_config_flow: true
@ -20,6 +21,7 @@ ha_platforms:
- diagnostics
- lock
- sensor
- switch
ha_integration_type: integration
---
@ -32,6 +34,7 @@ There is currently support for the following device types within Home Assistant:
- Button
- Lock
- Sensor
- Switch
{% 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.
## 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.