Did a lot of searching and still not have it solved 100% however below already is a great improvement. If Anyone could tell me how to get the background of the popup and/or the ālights onā header less transparent this would be great.
Were you ever able to figure this out?
Iād like to use the original entity icon in a template chip and then use templates to change that iconās color based on state.
Really amazing, thank you for your time youāve invested in making a manual for it Ć”nd sharing it!
Looks awesome, I will share the result once Iāve made it to my needs.
Just started looking into the mushroom cards and when I added the repo in HACS it gave me a side bar entry with allllllllllllll of my entities.
In the middle of these is a set of presence cards for the people I have defined in home assistant.
They donāt look like anything else Iāve seen though.
Iāve been scrolling through this thread and canāt find anything similar. Any way to tell what the code used for these pre-made cards would be?
Card is a (large for most of the mushroom stuff) square with the status of the person overlaid on the bottom.
Any idea on how to ignore users, specific entities or device trackers? Would like to not see the phone of a certain person in the house which is always low on battery š„²
Iām using the Mushroom Template card for devices with power monitoring smart switches. Iām trying to set 3 x states for the icon colour; on + using power, on, off. The second two settings work but I donāt know how to correctly construct the top setting to set the icon to red when it is using above x watts of power - any tips?!
{% if is_state('sensor.tasmota_energy_power_6', above '1') %}
red
{% elif is_state('switch.tasmota_6', 'on') %}
green
{% elif is_state('switch.tasmota_6', 'off') %}
grey
{% endif %}
Is there a way to replicate the āentitiesā card, that stacks multiple lights vertically with a toggle for all in the header using the better mushroom lights UI?