Skip to content

Commit b038ce0

Browse files
Heddafrenck
andauthored
LEDVANCE is OSRAM & SALUS is Computime for ZHA OTA (home-assistant#22120)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
1 parent 3512e03 commit b038ce0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

source/_integrations/zha.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ custom_quirks_path:
206206

207207
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.
208208

209-
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.
209+
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.
210210

211211
To enable OTA firmware updates for the ZHA integration you need to add the following configuration to your `configuration.yaml` and restart Home Assistant:
212212

@@ -215,8 +215,8 @@ zha:
215215
zigpy_config:
216216
ota:
217217
ikea_provider: true # Auto update Trådfri devices
218-
ledvance_provider: true # Auto update LEDVANCE devices
219-
salus_provider: true # Auto update SALUS devices
218+
ledvance_provider: true # Auto update LEDVANCE/OSRAM devices
219+
salus_provider: true # Auto update SALUS/Computime devices
220220
#otau_directory: /path/to/your/ota/folder # Utilize .ota files to update everything else
221221
```
222222

0 commit comments

Comments
 (0)