Hallo zusammen,
ich brauche mal einen Rat bzw. Hilfe von den Code-Experten.
Seit einiger Zeit habe ich eine Warnmeldung der Overkiz-Integration im Log:
Logger: homeassistant.components.sensor
Quelle: components/sensor/__init__.py:706
Integration: Sensor (Dokumentation, Probleme)
Erstmals aufgetreten: 13:22:24 (5 Vorkommnisse)
Zuletzt protokolliert: 13:22:24
Entity sensor.sonne_buro_rssi_level (<class 'homeassistant.components.overkiz.sensor.OverkizStateSensor'>) is using native unit of measurement 'lx' which is not a valid unit for the device class ('signal_strength') it is using; expected one of ['dB', 'dBm']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+overkiz%22
Entity sensor.sonne_osten_rssi_level (<class 'homeassistant.components.overkiz.sensor.OverkizStateSensor'>) is using native unit of measurement 'lx' which is not a valid unit for the device class ('signal_strength') it is using; expected one of ['dB', 'dBm']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+overkiz%22
Entity sensor.loggia_temperatur_rssi_level (<class 'homeassistant.components.overkiz.sensor.OverkizStateSensor'>) is using native unit of measurement '°C' which is not a valid unit for the device class ('signal_strength') it is using; expected one of ['dB', 'dBm']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+overkiz%22
Entity sensor.wohnzimmer_rssi_level (<class 'homeassistant.components.overkiz.sensor.OverkizStateSensor'>) is using native unit of measurement '°C' which is not a valid unit for the device class ('signal_strength') it is using; expected one of ['dB', 'dBm']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+overkiz%22
Entity sensor.sonne_westen_rssi_level (<class 'homeassistant.components.overkiz.sensor.OverkizStateSensor'>) is using native unit of measurement 'lx' which is not a valid unit for the device class ('signal_strength') it is using; expected one of ['dB', 'dBm']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+overkiz%22
Auf GitHub gibt es dazu schon ziemlich lange eine Meldung:
Ich wollte mir jetzt über die customize.yaml temporär behelfen, leider klappt das aber nicht wirklich.
Meine config sieht (teilw. in Auszügen) wie folgt aus:
#
homeassistant:
customize: !include customize.yaml
Die customize.yaml sieht so aus:
sensor.sonne_buro_rssi_level:
unit_of_meassurement: dB
sensor.sonne_osten_rssi_level:
unit_of_meassurement: dB
sensor.sonne_westen_rssi_level:
unit_of_meassurement: dB
sensor.loggia_temperatur_rssi_level:
unit_of_meassurement: dB
sensor.wohnzimmer_rssi_level:
unit_of_meassurement: dB
und in den Entwicklerwerkzeuge sieht beispielhaft ein Sensor so aus:
und in der Geräteansicht so:
Ich deute das jetzt mal so, dass “unit_of_meassurement” jetzt “lx” und “dB” hat und ich mit einem
Templatesensor wohl den “dB”-Wert ziehen könnte, aber wie werde ich den “lx”-Wert und damit auch die Warnmeldung los?
Jemand eine Idee?



