Add Update platform to ZHA docs (#30824)

This commit is contained in:
David F. Mulcahey 2024-01-31 01:13:32 -05:00 committed by GitHub
parent dbcb46e8bb
commit fc29e34fc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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).