Hey everyone,
I have a group with 3 climate entities and two switches.
When i open the grp window, everything toggles great by using the UI switch.
Is there a way to programmatically do this?
I tried homeassistant.toggle but it only works on the switches and ignores the climate entities.
Any clues?
Thank you!
Why don’t you define a “scene”, that represents all the states, that you want to have.
You should be able to trigger the scene manually or via automation.
Hmm… I don’t think that toggle is available as an entity within HA itself, so the only thing I can think of is to use a group that you would switch from a script/automation…