Hallo,
seit einiger Zeit habe ich folgende Warnmeldung im Log:
Logger: zigpy.config.validators
Quelle: components/zha/__init__.py:151
Erstmals aufgetreten: 17:03:46 (10 Vorkommnisse)
Zuletzt protokolliert: 17:04:14
The `ikea_provider` key is deprecated, migrate your configuration to the `extra_providers` list instead: `extra_providers: [{'type': 'ikea'}]`
The `ledvance_provider` key is deprecated, migrate your configuration to the `extra_providers` list instead: `extra_providers: [{'type': 'ledvance'}]`
The `salus_provider` key is deprecated, migrate your configuration to the `extra_providers` list instead: `extra_providers: [{'type': 'salus'}]`
The `inovelli_provider` key is deprecated, migrate your configuration to the `extra_providers` list instead: `extra_providers: [{'type': 'inovelli'}]`
The `thirdreality_provider` key is deprecated, migrate your configuration to the `extra_providers` list instead: `extra_providers: [{'type': 'thirdreality'}]`
Meine config sieht so aus:
## OTA-Update für Zigbee-Geräte unter ZHA
#
zha:
zigpy_config:
ota:
ikea_provider: true
ledvance_provider: true
salus_provider: true
inovelli_provider: true
thirdreality_provider: true
otau_directory: /config/custom_zha_ota/
#
Ich bin jetzt etwas ratlos, was ich wie umstellen/ändern soll/muss.
Hat hierzu jemand eine Idee?