Hello,
since I have a lot of KNX devices, I don’t want to create every entity via UI. I want to use the configuration.yaml or knx.yaml. For instance:
configuration.yaml
...
knx: !include knx.yaml
...
knx.yaml
sensor:
- name: "Windspeed"
state_address: "6/1/6"
type: wind_speed_kmh
-
A have different areas, for instance roof. How do I bind this sensor to the area
roofwithout doing that in the UI! -
How do I create a knx device for this entity, (not via UI) and bind the entity to the device (e.g. wheatherstation).
-
Why are the entities created via configuration.yaml not shown in the knx integration under entities?