Yov
1
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?

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! 
thx in advance!
farmio
(Matthias Alphart)
2
Hi
!
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.
Yov
3
You have got to be shttng me… for fuck sake i looked an looked at every line… thanks!