Add configurable climate control button to Area card #26054
Unanswered
francesconazzaro
asked this question in
Dashboard
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The problem
The Area card currently supports control buttons for domains like light, switch, fan, and cover. These buttons toggle all entities of that domain in the area. However, for the climate domain, no such button exists.
Unlike lights or switches, controlling all climate devices at once is usually not desirable. For example, in an area with both an AC unit and a thermostat, the user likely wants to control just one of them — not both simultaneously.
Proposed solution
Add a climate control button to the Area card, but with a key difference:
When tapped, the button will either open the climate more-info dialog for the selected entity or simply toggle it.
Thanks for considering this improvement!
Beta Was this translation helpful? Give feedback.
All reactions