KNX "Not Loading" after adding sensor?

Hello,

I have a fully working KNX integration with switches and binary sensors. But after adding a “Sensor” (Lux sensor) the knx stops working on my ha?
afbeelding

I added this to the KNX section in my config file ;

sensor:
  - name: "Lichtsterkte parking"
    state_adress: "0/1/3"
    type: illuminance

i followed the KNX integration steps;

I could use help on this! :slight_smile:
thx in advance!

Hi :wave:!

You are missing a “d” in “address”. And I guess the missing indentation is just a copy&paste issue - if not, you’d need to correct this too.

The yaml checker (in dev-tools) or the logs should tell you about the validation error.

You have got to be shttng me… for fuck sake i looked an looked at every line… thanks!