From 6675dd4290889ae190cb5a4b08ec3ca4bd6c89db Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 22 Jun 2020 16:22:36 +0200 Subject: [PATCH] Process late review comment on ZHA change (#13811) Co-authored-by: Klaas Schoute --- source/_integrations/zha.markdown | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/source/_integrations/zha.markdown b/source/_integrations/zha.markdown index 17817159e7e..ab639fd1cc5 100644 --- a/source/_integrations/zha.markdown +++ b/source/_integrations/zha.markdown @@ -149,10 +149,12 @@ Currently, OTA providers for firmware updates are only available for IKEA and LE To enable OTA firmware updates for the ZHA integration you need to add the following configuration to your `configuration.yaml` and restart Home Assistant: ```yaml -ota: - ikea_provider: true # Auto update Trådfri devices - ledvance_provider: true # Auto update LEDVANCE devices - #otau_directory: /path/to/your/ota/folder # Utilize .ota files to update everything else +zha: + zigpy_config: + ota: + ikea_provider: true # Auto update Trådfri devices + ledvance_provider: true # Auto update LEDVANCE devices + #otau_directory: /path/to/your/ota/folder # Utilize .ota files to update everything else ``` You can choose if the IKEA or LEDVANCE provider should be set to enabled (`true`) or disabled (`false`) individually. After the OTA firmware upgrades are finished, you can set these to `false` again if you do not want ZHA to automatically download and perform OTA firmware upgrades in the future.