KNX und Home Assistant

Hi , i have the same problems since updating HA to 0.118.0 no KNX Entities anymore … i dont make changes on my configuration.yaml. Is the same as before:

> homeassistant:
>   packages: !include_dir_named Packages
> 
> # Configure a default setup of Home Assistant (frontend, api, etc)
> default_config:
> 
> # Text to speech
> tts:
>   - platform: google_translate
> 
> group: !include groups.yaml
> automation: !include automations.yaml
> script: !include scripts.yaml
> scene: !include scenes.yaml
> 
> frontend: 
>   themes: !include_dir_merge_named themes

and in the Packages folder is the knx.yaml

>##########################
> #KNX Ip Interface
> ##########################
> knx:
>   tunneling:
>     host: '192.168.2.11'
> 
> ##########################
> #Licht
> ##########################
>   light:
> #Dachgeschoss
>     - name: 'Büro'
>       address: '4/4/15'
>       state_address: '1/2/23'
>     - name: 'Bad DG'
>       address: '1/0/24'
>       state_address: '1/2/24'

and some more Lights, and covers … etc-