From 50484652587639259e41f5abc295e76317c16227 Mon Sep 17 00:00:00 2001 From: "David F. Mulcahey" Date: Sat, 13 Jan 2024 16:59:57 -0500 Subject: [PATCH] Add update platform to ZHA docs --- source/_integrations/zha.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_integrations/zha.markdown b/source/_integrations/zha.markdown index 5d99cad4532..482339e0f1b 100644 --- a/source/_integrations/zha.markdown +++ b/source/_integrations/zha.markdown @@ -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).