haind30bg you need to update card-mod in HACS
Thank you very much! After update card-mod 3.2.3 in HACS, all errors are disappeared…
Anyone got calender in sidebar? I know i have seen it somewhere but it feels like i have scrolled and searched forever and cant find it
Great Dashboard. How do you change the time format to 12 hour?
I have the same problem you figure it out?
No, I used the 2022.8 configuration.
How did you add the weather forecast card to the side bar?
Hi, here is an answer to first question.
I added the persons through the UI instead of the yaml file. This leads to the name parameter being empty. To solve this i changed the mqtt topic to be the user id. See line 9 and 37 below.
Hey, thx that looks nice! Where do you put this one, in sidebar code or somewhere else? Thx
I solved the Problem by installing the Hacs preload card. After preloading the swipe-card, everything works ….
This is what my dashboard looks like after the 2023.10 update. I have also already updated card-mod to 3.2.3. Anyone an idea?
Looks cool. How did you line the date like that?
you figure it out? I had the same problem. Had to remove this code
# no border on last card
style: |
ha-card {
border: none !important;
}
Looks great. Can you post the camera card code?
Hey ,
have anybody a icon for closed/open Windows / Doors ? Will be really great.
Thanks
Hi where do you put Button-card templates: at?
Can you share the code for your state color?
I’m not sure how I can do this.
Assume this needs to be done in the theme?
@GareHaan its in base.yaml template
state:
- justify-self: start
- line-height: 130%
- color: >
[[[
return variables.state_on
? 'rgb(139, 51, 51)'
: null;
]]]
Would you mind sharing your icons? Look awesome!