Update yale_smart_alarm.markdown (#22528)

This commit is contained in:
G Johansson 2022-04-27 02:10:34 +02:00 committed by GitHub
parent ab4b8e92d3
commit 7f62771c25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@ description: Instructions on how to integrate Yale Smart Alarms into Home Assist
ha_category: ha_category:
- Alarm - Alarm
- Binary Sensor - Binary Sensor
- Button
- Lock - Lock
ha_release: 0.78 ha_release: 0.78
ha_iot_class: Cloud Polling ha_iot_class: Cloud Polling
@ -14,6 +15,7 @@ ha_domain: yale_smart_alarm
ha_platforms: ha_platforms:
- alarm_control_panel - alarm_control_panel
- binary_sensor - binary_sensor
- button
- diagnostics - diagnostics
- lock - lock
ha_integration_type: integration ha_integration_type: integration
@ -25,6 +27,7 @@ There is currently support for the following device types within Home Assistant:
- Alarm - Alarm
- Binary Sensor - Binary Sensor
- Button
- Lock - Lock
{% include integrations/config_flow.md %} {% include integrations/config_flow.md %}
@ -39,6 +42,10 @@ No code is required to operate the alarm.
Provides support for contact sensors for doors showing if door is open or closed. Provides support for contact sensors for doors showing if door is open or closed.
## Button
Provides support for pressing the panic button to trigger the alarm. Be careful as another press does not reset/turn off panic mode.
## Lock ## Lock
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.