Hello, my all my KNX covers work with HA but i want to create a button that opens all the covers.
I tested this:
automation:
- trigger:
- platform: state
entity_id: input_button.alle_rollos_auf
action:
- service: cover.open_cover
target:
entity_id: cover.buero_2
...
The button works with a light over KNX
Thank’s