mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 06:46:58 +00:00
Add Yale Smart Alarm smoke detector temp sensors (#32492)
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
0c3cf01b99
commit
42b9c47b5b
@ -6,6 +6,7 @@ ha_category:
|
|||||||
- Binary sensor
|
- Binary sensor
|
||||||
- Button
|
- Button
|
||||||
- Lock
|
- Lock
|
||||||
|
- Sensor
|
||||||
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
|
||||||
@ -18,6 +19,7 @@ ha_platforms:
|
|||||||
- button
|
- button
|
||||||
- diagnostics
|
- diagnostics
|
||||||
- lock
|
- lock
|
||||||
|
- sensor
|
||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -29,6 +31,7 @@ There is currently support for the following device types within Home Assistant:
|
|||||||
- Binary sensor
|
- Binary sensor
|
||||||
- Button
|
- Button
|
||||||
- Lock
|
- Lock
|
||||||
|
- Sensor
|
||||||
|
|
||||||
{% include integrations/config_flow.md %}
|
{% include integrations/config_flow.md %}
|
||||||
|
|
||||||
@ -50,4 +53,8 @@ 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.
|
||||||
|
|
||||||
|
## Sensor
|
||||||
|
|
||||||
|
Provides support for smoke detector temperature sensors.
|
||||||
|
|
||||||
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