Is it possible to add the current weekday to a displayed string?
For example in a Seperator text?
I know the examples from Github to use Javascript inside the CSS section for using computed text.
But I guess it won’t update when the next day start …
edit:
Ok, I also don’t get how the icon and weather state is updated on the example “Advanced example: Templating a separator name based on a state translated to your language” here:
Is the whole card updated because of the temperature-subicon and the idea behind this example is, that the icon and condition won’t change as long as the temperature hasn’t changed?
In this case, I could add a time-based helper that switches on at midnight and off a minute later (and then hide the sub-button using CSS).
The weekday string can then be generated in Javascript in the style/css section.
edit2:
I tried to set it up that way, let’s see it the date is updated tomorrow morning
Another question I have, how can I remove the background of a state button. I’m trying to just leave the pictures of the persons at home, when someone is at home, it shows the image, that part I know how to do, but I want to show only the round pictures and not the rectangle button, is it possible?
I am using the pop-up card to display a map, however the map in the pop-up doesn’t apply any of the intended attributes (focus etc). It works fine when not included within the pop-up vertical stack.
Having a senior moment, and hoping one of you kind people would help me out, I’m trying to change the background colour of the dropdown container on a select card, but can’t just can’t figure it out, even with looking at the styles.ts on git hub
Hi! This is possible with complex custom templates/styles. I’ve shared how on my Patreon page, and yes, this is not free But it helps me dedicate time and effort to maintaining and improving this project for everyone. This template is really advanced and also allows to add badges to sub-buttons if needed.
@Cloos Your idea with the popups in the design was amazing. I wish you all the best. I like your kind and friendly way. You did a great job, and we look forward to more from you next year. My work was also influenced by you and @LE0N (Rounded). Thank you for everything!
Of course I will. I might not share everything, but I’ll definitely share the essentials with you all. Check out my GitHub; you’ll also find the plugin for the animation there: fastender (fastender) · GitHub
The goal is not the dashboard itself, but rather a system that genuinely makes life easier. That is my persona opinion. Believe me, dashboards take time - a lot of time and that’s unfortunate because it can distract from the real purpose of a smart home. The perfect smart home is, in reality, an illusion. As much as we might try, humans can never control everything.
The focus should be on creating automations and systems that work seamlessly in the background, reducing the need for constant interaction. A beautiful dashboard might look impressive, but it’s ultimately just a tool, not the solution. True convenience comes from systems that anticipate and adapt without requiring us to micromanage. In the end, smart home technology should free us from unnecessary effort, not add to it.
Im doing simple color card but dont have idea haw to made color blinking when status is changed to open door. I whould like to have all sensor standard grey color but when its activated “open” it change and blinks color until status change to closed. Any one can help ??
type: custom:bubble-card
card_type: button
button_type: state
entity: binary_sensor.drzwi_wejsciowe_zigbee_contact
name: Drzwi Główne
show_last_changed: true
force_icon: false
show_attribute: true
attribute: battery_low
card_layout: normal
styles: |
ha-card {
–bubble-main-background-color: rgba(0,212,255,1) !important;
}
I like to use the bubble card as a state card for my heating Thermostat. With a Push on it, it has to Show more info, where i want to Change the temperature
When i use a Slider, the Bubble Card use the temperature Attribute. (Yellow color in the left)