Though maybe nice in functionality, it is not my preference to always show that, and to anyone… so. Id like to hide it, but can not find the correct item.
Also, on Mobile this takes away costly screen estate. I really feel it should be optional
thx. as far as I can see now, its a bit of an issue because the ha-icon-button hasn’t got an identifier, like the next button. Maybe we can set it to the first-child or something like that, but thats beyond my current insights…
I did have a go with one if my other regular cards:
btw, for now, I fixed by taking out the spaces and replacing them with a - to make Settings-motion. Although I dint particularly like it to show like that in the hover
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