KNX Sensors stopped working

Hi,

My KNX Sensors have suddenly stopped working.
I get the message in dashboard “This entity is no longer provided by the “knx” integration.” But only for temperatur sensors and brightness sensors. The binary sensors are working.

I haven’t changed my knx.yaml file.
All sensors are in the same file.

E.g. in file
sensor:

  • name: “Temperatur Büro”
    state_address: “1/6/0”
    type: temperature

I have reloaded, cleaned the cache, restart everything new.
Is there anything i can’t see?

Thanks for your help,
iceT

Hi :wave:!
Check your logs for any hints.
And double check your configuration.yaml. Maybe you added a second sensor: key in the knx: object - this would shadow the first one.

Hi :wave:,
I found in home-asstistant.log file the info: “contains duplicate key “sensor”.”
After deleting, eyerthing works again.

Thank you :slight_smile:
iceT