Add update platform to ZHA docs

This commit is contained in:
David F. Mulcahey 2024-01-13 16:59:57 -05:00 committed by GitHub
parent 6a72bafe7e
commit 5048465258
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@ ha_category:
- Sensor
- Siren
- Switch
- Update
ha_release: 0.44
ha_iot_class: Local Polling
featured: true
@ -42,6 +43,7 @@ ha_platforms:
- sensor
- siren
- switch
- update
ha_zeroconf: true
ha_integration_type: integration
---
@ -65,6 +67,7 @@ This {% term integration %} currently supports the following device types within
- [Sensor](/integrations/sensor/)
- [Siren](/integrations/siren/)
- [Switch](/integrations/switch/)
- [Update](/integrations/update/)
In addition, it has support for "Zigbee groups" that enable native on-device grouping of multiple Zigbee lights, switches, and fans that enable controlling all entities for those devices in those groups with one command. At least two entities must be added to a Zigbee group inside the ZHA {% term integration %} before a group entity is created. There is also support for native on-device Zigbee [binding and unbinding (i.e. bind a remote to a lightbulb or group)](#binding-and-unbinding).