Problems with KNX integration

Hi,

ahhhh Thanks for that!

Now I have created a seperate configuration file for binary sensors, that worked
But, I still get an error:
Invalid config for [knx]: [knx] is an invalid option for [knx]. Check: knx->knx->binary_sensor->0->knx. (See /config/configuration.yaml, line 14).

Also I found the KNX Cookbook KNX Cookbook
Here it also says that it automatically finds the KNX IP Interface and that I could check the log if the integration was successful. But I could not find that in my log under “/config/logs”

So I tried it with knx->tunneling and that also didn’t work.
I am a bit confused at the moment.

Here is my code now:

knx:
   tunneling:
      host: 192.168.1.5
      port: 3671
      local_ip: 192.168.1.40

   binary_sensor: !include knx_binary_sensor.yaml

Thanks again