Add docs for Guardian valve implementation (#30693)

This commit is contained in:
Aaron Bach 2024-01-10 16:45:26 -07:00 committed by GitHub
parent 66059f610b
commit a0287e8e4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ ha_category:
- Button
- Sensor
- Switch
- Valve
ha_config_flow: true
ha_codeowners:
- '@bachya'
@ -19,6 +20,7 @@ ha_platforms:
- diagnostics
- sensor
- switch
- valve
ha_dhcp: true
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
- **Button**: add various configuration controls
- **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 %}