Problem with knx state_address after last update

Hello!

I am using the hass.io docker on a raspberry pi 3. Till yesterday everythink worked fine.
I am using KNX- devices with state addresses.

Yesterday i updated hassio und now i have no KNX devices shown anymore. In my config-log is written:

[state_adress] is an invalid option for [light.knx]

My config looks like that:

light lichtFlur: platform: knx name: Dachboden Flur address: 1/0/4 state_adress: 1/0/12

If i delete the part “state_adress” i can see and use the KNX device after a reboot.

I am really confused, because it worked very well for month before the update.

Please help me, i think i won´t find the mistake by myself.

Kind regards,

Basti

Looks like HA simply ignored your ‘state_adress’ because it should be ‘state_address’, according to the docs.
Since 0.95 those invalid keys are no longer ignored.

1 Like

Oh my god… that is so embarrassing…

fixed it, and it worked immediately.

Thanks for your help!