mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 00:36:49 +00:00
Implement binary sensor for yale_smart_alarm (#21155)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
92930f0be9
commit
97ac280f54
@ -3,6 +3,7 @@ title: Yale Smart Living
|
|||||||
description: Instructions on how to integrate Yale Smart Alarms into Home Assistant.
|
description: Instructions on how to integrate Yale Smart Alarms into Home Assistant.
|
||||||
ha_category:
|
ha_category:
|
||||||
- Alarm
|
- Alarm
|
||||||
|
- Binary Sensor
|
||||||
- Lock
|
- Lock
|
||||||
ha_release: 0.78
|
ha_release: 0.78
|
||||||
ha_iot_class: Cloud Polling
|
ha_iot_class: Cloud Polling
|
||||||
@ -12,6 +13,7 @@ ha_codeowners:
|
|||||||
ha_domain: yale_smart_alarm
|
ha_domain: yale_smart_alarm
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- alarm_control_panel
|
- alarm_control_panel
|
||||||
|
- binary_sensor
|
||||||
- lock
|
- lock
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -20,6 +22,7 @@ The Yale Smart Living integration provides connectivity with the Yale Smart Alar
|
|||||||
There is currently support for the following device types within Home Assistant:
|
There is currently support for the following device types within Home Assistant:
|
||||||
|
|
||||||
- Alarm
|
- Alarm
|
||||||
|
- Binary Sensor
|
||||||
- Lock
|
- Lock
|
||||||
|
|
||||||
{% include integrations/config_flow.md %}
|
{% include integrations/config_flow.md %}
|
||||||
@ -30,6 +33,9 @@ Services provided are `armed_away`, `armed_home`, and `disarmed`.
|
|||||||
|
|
||||||
No code is required to operate the alarm.
|
No code is required to operate the alarm.
|
||||||
|
|
||||||
|
## Binary Sensors
|
||||||
|
|
||||||
|
Provides support for contact sensors for doors showing if door is open or closed.
|
||||||
|
|
||||||
## Lock
|
## Lock
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user