mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Add docs for Guardian valve
implementation (#30693)
This commit is contained in:
parent
66059f610b
commit
a0287e8e4f
@ -8,6 +8,7 @@ ha_category:
|
|||||||
- Button
|
- Button
|
||||||
- Sensor
|
- Sensor
|
||||||
- Switch
|
- Switch
|
||||||
|
- Valve
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@bachya'
|
- '@bachya'
|
||||||
@ -19,6 +20,7 @@ ha_platforms:
|
|||||||
- diagnostics
|
- diagnostics
|
||||||
- sensor
|
- sensor
|
||||||
- switch
|
- switch
|
||||||
|
- valve
|
||||||
ha_dhcp: true
|
ha_dhcp: true
|
||||||
ha_integration_type: device
|
ha_integration_type: device
|
||||||
---
|
---
|
||||||
@ -31,7 +33,8 @@ There is currently support for the following device types within Home Assistant:
|
|||||||
- **Binary sensor**: reports the status of the onboard leak detector and access point
|
- **Binary sensor**: reports the status of the onboard leak detector and access point
|
||||||
- **Button**: add various configuration controls
|
- **Button**: add various configuration controls
|
||||||
- **Sensor**: reports on the device's detected temperature and uptime
|
- **Sensor**: reports on the device's detected temperature and uptime
|
||||||
- **Switch**: allows the user to open and close the valve
|
- **Switch**: allows the user to enable and disable the onboard access point
|
||||||
|
- **Valve**: allows the user to open and close the valve
|
||||||
|
|
||||||
{% include integrations/config_flow.md %}
|
{% include integrations/config_flow.md %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user