mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 22:06:50 +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
|
||||
- Button
|
||||
- Lock
|
||||
- Sensor
|
||||
ha_release: 0.78
|
||||
ha_iot_class: Cloud Polling
|
||||
ha_config_flow: true
|
||||
@ -18,6 +19,7 @@ ha_platforms:
|
||||
- button
|
||||
- diagnostics
|
||||
- lock
|
||||
- sensor
|
||||
ha_integration_type: integration
|
||||
---
|
||||
|
||||
@ -29,6 +31,7 @@ There is currently support for the following device types within Home Assistant:
|
||||
- Binary sensor
|
||||
- Button
|
||||
- Lock
|
||||
- Sensor
|
||||
|
||||
{% 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.
|
||||
|
||||
## 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user