Consistently excellent explanations, clearly described in an understandable sequence. You really have a gift for technical explanations. If it’s not your current profession, but you’re looking for something new, there’s a good salary for talented technical communicators. (It’s how I put food on the table myself.)
Another amazing video. I was just working on this exact scenario but your method is a lot more refined. The only thing I had to add was a way to format all day events so they displayed as "All Day" rather than an arbitrary time. Thanks as always!
You might want to look at the decluttering card if you haven't already, would prevent having to copy paste stuff so much stuff which will be a pain later if you want to change things.
Yeah I know. I use it for many things and have showed it on the channel a few times. The video would just be a fair bit longer if I were to show that as well.
I’m not sure if you’ve already showed this but is it possible for you to show us how to create a custom theme? I have my dashboard looking nice but when changing to dark mode there’s too much contrast for me. Googling hasn’t really helped for me. Love your videos!
Great video. The cards look awesome. Just a naive question. I added the calendar sensor to template.yaml files and it works but I have multiple calendars so I tried to add another trigger, action and sensor underneath but that didn't work. I assume I need those items since it is based on that calendar entity. Not sure if I can just add more calendar entities under one trigger/action? In any event, can I add more calendar sensors to the template.yaml file and if so what would the syntax look like to do that? Thanks!
I followed your instructions and it does totally work and looks amazing. On desktop. Somehow everything is misaligned on mobile. Do you have some hints what I might want to change? The card is overlapping and cut off and stuff. I just need some hints in what I should look into
Great video… I am currently using week planer card as it allows me to display multiple calendars and filter for events I’m interested in. How would you apply filter in the template sensor? Can you think of the way this would utilise more then one calendar as an array to use in the card?
Filtering could be a bit tricky. Maybe you could create multiple sensors, one for each calendar, and then use the dashboard tabs to view the different calendars? th-cam.com/video/uZJuSO_PhF4/w-d-xo.html If you want to combine more calendars into the template you can just add another entity_id to the action section: target: entity_id: - calendar.one - calendar.two And then in the attribute section use something like this: attributes: events: > {{ (calendar_events['calendar.one'].events + calendar_events['calendar.two'].events) | sort(attribute='start') }}
as always awesome video's. I learn something very time I watch them. what is that page where you have all the helper displays like helper.FormatDateWeekday etc?? is in in the custom button card documentation or on the hass documentantion? can't seem to find them. I've been create a billion of those templates myself to show dates and times in the format i wanted !
Awesome video. I've adjusted your card for UFC and it looks great. In my calendar events i get a description that actually shows all the fights on the event. Would it be easy to have that also on the card but hidden unless you click a down arrow or something?
@@My_Smart_Home I managed to do it by using a toggle helper for each card that turns on/off when clicking the card. And then added an extra state style for when to toggle is on/off It works great and looks pretty good Thanks for all the awesome videos and the extra inspiration it provides!!!
Great - I love your flair for a modern and coherent layout! :-) I do have a problem with the trigger though. I use Studio Code Server and also have the extra template.yaml. The sensors it contains also work perfectly. I also believe that the parts where I use triggers also work. However, Studio Code Server shows me various errors (the ones in brackets). - trigger: - platform: time_pattern (String does not match the pattern of “LEGACY_SYNTAX^”. minutes: “/5” - platform: homeassistant (Missing property “entity_id”. event: start Do you have any idea what this could be?
It looks like other people have had this problem too. Have a look at this link: community.home-assistant.io/t/string-does-not-match-the-pattern-of-legacy-syntax/780721/10
Consistently excellent explanations, clearly described in an understandable sequence. You really have a gift for technical explanations. If it’s not your current profession, but you’re looking for something new, there’s a good salary for talented technical communicators. (It’s how I put food on the table myself.)
Thanks :) Please tell me more. I currently work in design/advertising.
Another amazing video. I was just working on this exact scenario but your method is a lot more refined. The only thing I had to add was a way to format all day events so they displayed as "All Day" rather than an arbitrary time. Thanks as always!
Cheers! Nice little addition!
You might want to look at the decluttering card if you haven't already, would prevent having to copy paste stuff so much stuff which will be a pain later if you want to change things.
Yeah I know. I use it for many things and have showed it on the channel a few times. The video would just be a fair bit longer if I were to show that as well.
Again, what a perfect job! Thanks for that one.
Cheers!
Another good video 😊
Thanks you :)
Awesome video! Thank you!
Cheers!
Great JOB like always Dude
Thanks you :)
Wow, great tutorial. I’m crossing all my fingers that United will win tonight. Amorim ftw!
I wouldnt bet my life on it, but Amorim is the dude!
@@My_Smart_Home Yeah I know, we are a bit shaky. But Amorim will turn it around. I trust this guy, he has the shit!
I’m not sure if you’ve already showed this but is it possible for you to show us how to create a custom theme? I have my dashboard looking nice but when changing to dark mode there’s too much contrast for me. Googling hasn’t really helped for me. Love your videos!
amazing!! thanks! is it possible to mix to calendar in the same template? and the no upcoming event refers when? this day?
Great video. The cards look awesome. Just a naive question. I added the calendar sensor to template.yaml files and it works but I have multiple calendars so I tried to add another trigger, action and sensor underneath but that didn't work. I assume I need those items since it is based on that calendar entity. Not sure if I can just add more calendar entities under one trigger/action? In any event, can I add more calendar sensors to the template.yaml file and if so what would the syntax look like to do that? Thanks!
I followed your instructions and it does totally work and looks amazing. On desktop. Somehow everything is misaligned on mobile. Do you have some hints what I might want to change? The card is overlapping and cut off and stuff. I just need some hints in what I should look into
Great video… I am currently using week planer card as it allows me to display multiple calendars and filter for events I’m interested in.
How would you apply filter in the template sensor?
Can you think of the way this would utilise more then one calendar as an array to use in the card?
Filtering could be a bit tricky. Maybe you could create multiple sensors, one for each calendar, and then use the dashboard tabs to view the different calendars?
th-cam.com/video/uZJuSO_PhF4/w-d-xo.html
If you want to combine more calendars into the template you can just add another entity_id to the action section:
target:
entity_id:
- calendar.one
- calendar.two
And then in the attribute section use something like this:
attributes:
events: >
{{ (calendar_events['calendar.one'].events +
calendar_events['calendar.two'].events)
| sort(attribute='start') }}
as always awesome video's. I learn something very time I watch them. what is that page where you have all the helper displays like helper.FormatDateWeekday etc?? is in in the custom button card documentation or on the hass documentantion? can't seem to find them. I've been create a billion of those templates myself to show dates and times in the format i wanted !
Cheers! Button Card documentation: github.com/custom-cards/button-card?tab=readme-ov-file#javascript-templates
Awesome video. I've adjusted your card for UFC and it looks great. In my calendar events i get a description that actually shows all the fights on the event. Would it be easy to have that also on the card but hidden unless you click a down arrow or something?
The arrow thing is hard with Button Card, you might have to look into different cards. I know theres an expanding card somewhere.
@@My_Smart_Home I managed to do it by using a toggle helper for each card that turns on/off when clicking the card. And then added an extra state style for when to toggle is on/off It works great and looks pretty good
Thanks for all the awesome videos and the extra inspiration it provides!!!
Great - I love your flair for a modern and coherent layout! :-)
I do have a problem with the trigger though. I use Studio Code Server and also have the extra template.yaml. The sensors it contains also work perfectly. I also believe that the parts where I use triggers also work. However, Studio Code Server shows me various errors (the ones in brackets).
- trigger:
- platform: time_pattern (String does not match the pattern of “LEGACY_SYNTAX^”.
minutes: “/5”
- platform: homeassistant (Missing property “entity_id”.
event: start
Do you have any idea what this could be?
It looks like other people have had this problem too. Have a look at this link:
community.home-assistant.io/t/string-does-not-match-the-pattern-of-legacy-syntax/780721/10
@@My_Smart_Home GREAT! Thank you so much for this hint! The errors are fixed!
I follow you , but im getting an template error , well its does not showing the events
Does it work in dev tools?
I have an idea and a suggestion for new content. Where can I write to you?
Here or email?
dislikes are from MU fans
Ah damn. I'm a fan though, two wins in a row now 💪