It sure is hot How do you manage to control your AC with Home assistant? I’ve tried some custom IR blaster setup but I don’t like it as it doesn’t give any indication about which mode/temp target is set.
Hey, love the proyect, big thanks to OP and everyone involved.
Silly question, how do you handle spaces between rows in the vertical-stack?.
I’m migrating my setup and I’m using the title card without text to add a blank space between rows.
Hello everyone question from a newbie, is the card room available for download? Can anyone share the code or link to it? Thanks to everyone that involve in the creation of the beautiful and wonderful theme.
The group light platform lets you combine multiple lights into one entity. All child lights of a light group can still be used as usual, but controlling the state of the grouped light will forward the command to each child light.
and because I couldn’t figure out how to use the group code I’m just using one that checks the status of all lights but I have light entities that I don’t want to show (iCue lights)
- platform: template
sensors:
current_lights_on:
friendly_name: All Lights Currently On
value_template: >-
{{ states.light|selectattr('state','equalto','on')|list|length }}
You’re using your light group as the chip state but this should be your created sensor that counts the lights: sensor.current_lights_on. (as mentioned by @jompa68 as well)
With the agreement of @CM000n, I publish this release which include popup cards for lights and power outlets.
These cards are “responsive” depending on your screen size.
As usual, it is up to the community to improve and create new popup cards.
In the future, I will add more compatible cards and more popups