OTA-Update ZigBee-Geräte unter ZHA

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?

Moin,

Natürlich, Ideen habe ich viele, ob die was taugen :thinking:

Du hast in Deiner Konfiguration folgendes stehen

      ikea_provider: true
      ledvance_provider: true
      salus_provider: true
      inovelli_provider: true
      thirdreality_provider: true

Ich lese aus der Meldung, dass es so aussehen sollte

      extra_ikea_provider: true
      extra_ledvance_provider: true
      extra_salus_provider: true
      extra_inovelli_provider: true
      extra_thirdreality_provider: true

VG
Bernd

Da sieht man mal wieder den Wald vor lauter Bäumen nicht mehr. :see_no_evil: :face_with_diagonal_mouth:

Werde ich gleich mal testen, ob dann die Meldung weg ist.

Update:
Das war es - die Meldung ist weg!

Moin,

Viel Erfolg.

Auch ein blindes Huhn findet mal ein Korn, muss halt nur öfter picken :slight_smile:

1 „Gefällt mir“

Komisch in der Doku steht es noch “alt” drin.

Ich würde das glaube ich so machen:

LG
Tobi

Interessant.
Die 2. Variante schaue ich mir morgen mal genauer an.
Die Doku widerspricht dann meiner o.g. Fehlermeldung. :wink: