Since HA 2024.2 or 2024.3 ZHA is able to update devices via the GUI and I read about some way to add a custom URL via the config like this:
z2m_remote_index: "https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/index.json"
I saw it in this pull request: OTA v2: provider and metadata rewrite by puddly · Pull Request #1340 · zigpy/zigpy · GitHub
So my question about that is: Do I still need a manual OTA config or do I need to make changes? Because with the z2m_remote_index there would be an option to finally update Hue devices, right?
My zha config still looks like this:
zha:
enable_quirks: true
custom_quirks_path: /config/zha/custom_zha_quirks
zigpy_config:
ota:
otau_directory: /config/zha/zigpy_ota
ikea_provider: true
inovelli_provider: true
ledvance_provider: true
salus_provider: true
sonoff_provider: true
thirdreality_provider: true
All that got me a bit confused, because iirc with Z2M you are able to update Hue devices, why not with ZHA and a custom config.