I currently have these settings in my configuration.yaml file:-
zha:
custom_quirks_path: /config/custom_zha_quirks/
zigpy_config:
ota:
otau_directory: /config/zigpy_ota
ikea_provider: true # Auto update Trådfri devices
#ledvance_provider: true # Auto update LEDVANCE/OSRAM devices
#salus_provider: true # Auto update SALUS/Computime devices
#inovelli_provider: true # Auto update INOVELLI devices
thirdreality_provider: true # Auto update 3REALITY devices
But my logs are now complaining:-
The `ikea_provider` key is deprecated, migrate your configuration to the `extra_providers` list instead: `extra_providers: [{'type': 'ikea'}]`
The `thirdreality_provider` key is deprecated, migrate your configuration to the `extra_providers` list instead: `extra_providers: [{'type': 'thirdreality'}]`
I’m struggling to find any information on what to change this to. Any help appreciated.
EDIT: Ignore me… I re-read the actual error and it was straight forward.
FYI, check out comments in this not yet merged pull request for ZHA integration documentation:
Noe that the OTA config for ZHA changed recently so be sure to follow the latest info for ZHA integration (where there is a new warning that basically says to do not mess with the XML settings for ZHA OTA):