Hi,
I have created a cover group consiting of two underlying covers.
- platform: group
name: Rollos Wohnzimmer
entities:- cover.rollo_wohnzimmer
- cover.rollo_wohnzimmer_seite
For each of the two covers I have a separate wall switch to open and close.
I want to use the switches to trigger closing both covers (ie. the group) if either of the switches gets pressed.
How can I do this?