mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Process late review comment on ZHA change (#13811)
Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
This commit is contained in:
parent
95641ec967
commit
6675dd4290
@ -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:
|
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
|
```yaml
|
||||||
ota:
|
zha:
|
||||||
ikea_provider: true # Auto update Trådfri devices
|
zigpy_config:
|
||||||
ledvance_provider: true # Auto update LEDVANCE devices
|
ota:
|
||||||
#otau_directory: /path/to/your/ota/folder # Utilize .ota files to update everything else
|
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.
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user