Replies: 8 comments 11 replies
-
Beta Was this translation helpful? Give feedback.
-
what's more with the current state of the controls: I have more than a few toggles secured with a confirmation etc. These now are also included in the current toggle all functionality, which is downright disastrous as it stands the Area card still is in an experimental stage, and not ready for production imho, because of not being able to set individual includes/excludes. It looks promising, even though the looks are also a bit underwhelming, especially when lined up with a few tile-cards, because of the lack of styling of the main icon (mentioning that here explicitly, because I use a yaml hack to set a main entity to the card, and use that for styling modifications ;-) ) |
Beta Was this translation helpful? Give feedback.
-
I think the all-in-one control is a flawed design. IF I had hit the switch button to see what it does without thinking about it I would have shut off 2 lamps and my HA box in one fell swoop. Not all switches should be toggled from a common dashboard. |
Beta Was this translation helpful? Give feedback.
-
same goes for sensor entities I would think. My kitchen has a temp sensor for ambient and for fridge... not sure how that would be calculated in the sensor classes. |
Beta Was this translation helpful? Give feedback.
-
I wonder... if just as we can currently set the main temperature and humidity sensor for an area, we could also set the main light (and/or main switch, main fan, etc.) for that area in the configuration. And then the area card could offer to add a control feature not for all lights but for that main light. I think this could also be used for voice assistants. The command |
Beta Was this translation helpful? Give feedback.
-
I agree, everything in Home Assistant revolves around the idea of "entities", not "classes". Not much in my setup works when you make all things of a specific type always change at the same time. In fact I'd argue that for anyone who has actually automated their lights this is probably only counter-productive. For example my house works in a way where the lights being "on" in a room is decided at a room level and then which lights are on is decided by an automation (this "on" state is what I actually want to show on the card). If someone wants a specific light to turn on they can toggle that one by themselves and the automation won't interfere. This card prevents nuances like that. Generally speaking I don't mind too much that this is how the card works as its a choice someone could make but I hope that this card isn't a sign that Home Assistant is moving towards "classes" more generally. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
It seems like the Area card could easily be made more generic, keeping the
same look and feel but customizable with entries like the title/subtitle
card. This is especially true for the compact view.
Maybe call it the Group card with the Area card being a special case
version.
A generic Group card would also allow elimination of the unwieldy vertical stack and lots of conditional cards to group things customizably.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, the area card allows you to add
lights
orswitches
as control features. In my opinion, this is not very useful in most cases. I rarely want to turn all lights/switches on or off in the area.As a user, I would like to be able to add individual entities, e.g. the main light in the room, which is used most often, and other types of entities, e.g. a fan.
If customize controls is active then I would like to be able to select any entity for which the
homeassistant.turn_on
/homeassistant.turn_off
actions can be used. Not onlyall lights
andall switches
.Beta Was this translation helpful? Give feedback.
All reactions