Love the fan spinning CSS tweak, any way to make it so fan spinning depends on the actual speed of the fan? By looking here
{% if config.entity == 'fan.kinderzimmer' and is_state(config.entity, 'on') %}
animation: spin 4s infinite linear;
{% endif %}
It looks like by just adding a few more if statements and lowering the spin 4s to lower they would spin faster but I am not sure how to target entities attribute.
I apologize if it was asked/covered but a search did not locate anything…
Is it possible to change the color of the native thermostat card with card-mod? My thermostat is always in heat/cool which is green and I’d love to be able to make it blue to fit the rest of my dashboard design. I’m referring to both the mode color as well as the colored part of the card where the set points are.
what would be the correct syntax for hiding the more-info logbook section completely?
ha-more-info-logbook {
display: none;
}
is not effective.
already using:
ha-more-info-logbook:
$: |
.header > a {
display: {{'none' if is_state('input_boolean.hide_more_info_logbook_show_more','on')}};
} /* hide Show more on first/only tab, 2nd tab doesnt work */
but that is a bit more subtle. turning off the whole section for non admin users would be my end goal, but starting with hiding are generally would be a fine for now…
Not sure if I’m doing something wrong or it’s the hardware on my tablet. I able to blur the background on either my laptop or fire 10 tablet but when Irwin’s the same dashboard and same theme in my fire 8 tablet the background is not blurred. Is this a known thing or some type of limitation?
the mod works fine. in desktop size. the. when narrowing the window on desktop, the search icon suddenly shows up in the menu item list, because it was moved there for use on Mobile devices.
Ive been trying to hide that menu item based on aria-label like the other items
To continue on the minimalistic look, do you think we can hide the “History” headline and maybe even the whole “header”? Since it works to hit Esc or click anywhere beside the popup, I see no reason for the name being there twice.
I don’t need them always visible, since I use @Mariusthvdb’s idea to hide with conditions (see above).
Then I can just turn them on when I need to edit something.