From b038ce0bf91663a0eb0552308b5069d1c4cf0332 Mon Sep 17 00:00:00 2001 From: Hedda Date: Tue, 22 Mar 2022 15:34:31 +0100 Subject: [PATCH] LEDVANCE is OSRAM & SALUS is Computime for ZHA OTA (#22120) Co-authored-by: Franck Nijhof --- source/_integrations/zha.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_integrations/zha.markdown b/source/_integrations/zha.markdown index c078930ceb0..925606d116d 100644 --- a/source/_integrations/zha.markdown +++ b/source/_integrations/zha.markdown @@ -206,7 +206,7 @@ custom_quirks_path: ZHA component has the ability to automatically download and perform OTA (Over-The-Air) firmware updates of Zigbee devices if the OTA firmware provider source URL for updates is available. OTA firmware updating is set to disabled (`false`) in the configuration by default. -Online OTA providers for firmware updates are currently only available for IKEA, LEDVANCE and SALUS devices. Support for OTA updates from other manufacturers could be supported in the future, if they publish their firmware images publicly. +Online OTA providers for firmware updates are currently only available for IKEA, LEDVANCE/OSRAM, and SALUS/Computime devices. Support for OTA updates from other manufacturers could be supported in the future if they publish their firmware images publicly. To enable OTA firmware updates for the ZHA integration you need to add the following configuration to your `configuration.yaml` and restart Home Assistant: @@ -215,8 +215,8 @@ zha: zigpy_config: ota: ikea_provider: true # Auto update Trådfri devices - ledvance_provider: true # Auto update LEDVANCE devices - salus_provider: true # Auto update SALUS devices + ledvance_provider: true # Auto update LEDVANCE/OSRAM devices + salus_provider: true # Auto update SALUS/Computime devices #otau_directory: /path/to/your/ota/folder # Utilize .ota files to update everything else ```