Great video. I was hesitant to jump on Leon's dashboard even though I love, but you've inspired me to build it and customize it. A side note: if you want your camera to show live footage at all time, change the camera_view to live (in place of auto) under your card configuration.
That looks very good! Can you please make a video with not only how to cut and paste the code, but also an explanation of the code itself? So that we can learn even better to build our own creations based on your example.
Hey, great initiative that you want to learn the fundamental logi of the code. A great way to do that(in case a video doesn't come up) is copy pasting the code into an AI app of your choice (chatgpt/gemini/claude) and just asking it to do a line by line or logic-flow explanation of the code. Good Luck!
Theme looks great! however I def wouldn't call this a full setup guide as stated in the thumbnail. There are quite a few custom sensors and components on yours, like the pending update sensor or the sheet change reminder, that I really wish you went into. Could be a video idea there for you. Still, nice job on the walk through to get us all started on this dashboard!
Great video and great to see a how you setup the dashboard, but.... I'm having difficulties setting the right entities in the right place.... would have a page for page explaination wich sensor/entity you have on the dashboard, which makes it for me a bit more 'simple' to convert? 👴 (for instance: sensor.pending_update_counter... what is this? 🙂)
Amazing dashboard. managed to configure most of it to my satisfaction. And this was easy enough even as a Newbie HA user. Thank you so much! I got a question on the Sheet Change counter that you're using. How does that work? does it increase by 1 day every night you don't change it? What does the Reminder On or Off do? I already created a counter and boolean toggle, but i don't know how to make the counter increase each day .
@@Capybarapulls thanks. but I got errors of: "specify an entity from within the sensor domain" "ButtonCardJSTemplateError: Cannot read properties of undefined (reading state)" and I have already the button and the layout card....pleasee what am I missing?? I want this dashboard very much!! :(
Double check that *_all_* references to my entities are gone and that there aren't any null values/placeholders. Make sure you check the JS templates (anything inside triple brackets) as well, they might be causing issues. Sorry about all the custom repos, default lovelace just isn't very customizable by default 😔
Same over here--looks like there was a breaking change with the new HA release. I'd keep an eye on this community thread, hopefully someone can come up with something: community.home-assistant.io/t/rounded-dashboard-guide/543043/555 I'm not too great with css so I don't expect to be able to fix it myself 😕
@@itsmejimmylandry I had the same problem since the update. Fixed it by adding .graph .footer { order: 3; } below .graph hui-graph-header-footer { order: 3; } in Rounded.yaml.
Hello, and thanks for the video. I followed the different steps and I when I select the Dash and error "Custom element doesn't exist: vertical-layout. Any idea what I'm doing wrong? thanks in advance.
make sure you've pasted in the entire theme file, because this is where the bottom tab bar is specified. If you're using your own theme, copy lines 241-293 of the rounded.yaml file to your theme file, which should move it to the bottom.
Looked a super vid until 4:37. At this point my directory list is not even close to what you show and definitely have no www folder, don't even have the user-files folder that you quickly show, but do have a tts folder, so no idea how / where all those other folders came from on your copy of HA ??? there must be additional steps you have not shown ????? Can you explain this or what I am doing wrong even thought I ( think ) I have followed your every step up until 4:37.
Interesting... all those folders were there by default when I installed HA. Try creating the www folder manually and see what happens, HA _should_ recognize it as if it were always there.
I am adding an additional tab on the dashboard. How can I make the navigation bar fit everything without scrolling? Tried looking at the theme yaml but could not figure out
In the theme yaml scroll down till you see paper-tab { color: var(--header-all-tabs-color); border-radius: 25px; height:40px; padding: 0 22px; } change the 22 in padding: 0 22px; to whatever you want the space between the tabs to be
Hey Jimmy, I am a huge fan of your awesome content. You are gonna have 100,000 subscribers in no time! I work for an AI smart product company. I am wondering, are there any ways I can reach out to you pls?
THANKS FOR THE GREAT VIDEO!! Just one thing - right after pasting the the "mobile_dash_redacted_master" code, I get "custom element doesn't exist vertical-layout" error message on the HA new dashboard. What should I do???
i have several errors such as: "specify an entity from within the sensor domain" "ButtonCardJSTemplateError: Cannot read properties of undefined (reading state)" I have the button card installed. I did it after though, first I followed your video and then I saw on the GitHub that several cards are required....
@@freespeech8947 can't remember bro, I didn't touch it since then because I barely have devices and entities so around 99% shows me error in this dashboard. until i will add more devices.
Great video! I see that you have an entity that states "active" light group, do these only control the active lights within a group and if so how did you achieve that?
Can you do a tutorial or short on how to make this work? This is a killer feature for any dashboard, but I can't seem to get it working@@itsmejimmylandry
Looks great. One question right off the bat. The very first card calls on sensor.pending_update_counter. Can you post the code you used to create this sensor or explain how to do it? Thanks.
Basically what you want to do is create a sensor that updates a variable each time it sees an update sensor in the "on" state, something like this: {% set total = 0 %} {% if is_state('update.home_assistant_core_update', 'on') %} {% set total = total + 1 %} {% endif %} {{ total }} You'll want to copy the if statement for each of your update sensors.
Could you explain how you automatically adjust the colors of, for example, your HUE lights without using a dashboard if I asked you to change them to a different color?
This is a common misconceptions. First of all, it depends on the user's preference. There is no arguing with user preference and choice. Secondly, as more things are automated, the chance of deviations also increases. Fully automated smart homes are either pretty basic or extremely advanced. For everything in between, a dashboard is an important part of the home approval factor and to give insight to further improve the automations.
@@jaap7374 Hi Jaap, I completely agree with you, and that's why you can never say that nobody ever needs dashboards. It's a personal choice. Therefore, I challenged MrDead1 to answer my question about how he would solve my question without using a dashboard. Still haven't received an answer to this day...
@@jaap7374 Hi Jaap, I completely agree with you, and that's why you can never say that nobody ever needs dashboards. It's a personal choice. Therefore, I challenged MrDead1 to answer my question about how he would solve it without using a dashboard. Still haven't received an answer to this day...
@@jaap7374 Hi Jaap, I completely agree with you, and that's why you can never say that nobody ever needs dashboards. It's a personal choice. Therefore, I challenged MrDead1 to answer my question about how he would solve it without using a dashboard. Still haven't received an answer to this day.
"Just try not to freak out" is honestly ripping advice for HA. Nice videos man.
Jimmy, amazing content, bro's gonna catch the other famous Jimmy in no time!
Great video. I was hesitant to jump on Leon's dashboard even though I love, but you've inspired me to build it and customize it. A side note: if you want your camera to show live footage at all time, change the camera_view to live (in place of auto) under your card configuration.
To download the whole repository on the top page, select Code and then in local select zip
Thank you!! I *KNEW* there had to be a way to do it, but couldn't seem to find that option for the life of me 😆
Another way is to clone the Repo locally with git clone 😊
Yeah it was confusing for me too but that's how I do it download repository in a zip. Much easier lol. 😂
VS Code will clone the repo and makes it simple to pull future updates.
That looks very good! Can you please make a video with not only how to cut and paste the code, but also an explanation of the code itself? So that we can learn even better to build our own creations based on your example.
Hey, great initiative that you want to learn the fundamental logi of the code. A great way to do that(in case a video doesn't come up) is copy pasting the code into an AI app of your choice (chatgpt/gemini/claude) and just asking it to do a line by line or logic-flow explanation of the code. Good Luck!
Theme looks great! however I def wouldn't call this a full setup guide as stated in the thumbnail. There are quite a few custom sensors and components on yours, like the pending update sensor or the sheet change reminder, that I really wish you went into. Could be a video idea there for you. Still, nice job on the walk through to get us all started on this dashboard!
I get an error "Custom Element doesn't exist: vertical-layout. I will search around for that element and see if I can move to the next step.
Same for me. What do I need to do?
Great video and great to see a how you setup the dashboard, but.... I'm having difficulties setting the right entities in the right place.... would have a page for page explaination wich sensor/entity you have on the dashboard, which makes it for me a bit more 'simple' to convert? 👴 (for instance: sensor.pending_update_counter... what is this? 🙂)
Amazing dashboard. managed to configure most of it to my satisfaction. And this was easy enough even as a Newbie HA user. Thank you so much!
I got a question on the Sheet Change counter that you're using. How does that work? does it increase by 1 day every night you don't change it? What does the Reminder On or Off do?
I already created a counter and boolean toggle, but i don't know how to make the counter increase each day .
Just implemented this into my server. Love this :)
was it that easy??? i see on the github page that there should be around 5-6 custom repos that needed to be addded before...
Yes, obviously you have to change all entity's to your own. It is a process but got mine done in about a day :)
@@Capybarapulls thanks. but I got errors of:
"specify an entity from within the sensor domain"
"ButtonCardJSTemplateError: Cannot read properties of undefined (reading state)"
and I have already the button and the layout card....pleasee what am I missing?? I want this dashboard very much!! :(
Double check that *_all_* references to my entities are gone and that there aren't any null values/placeholders. Make sure you check the JS templates (anything inside triple brackets) as well, they might be causing issues.
Sorry about all the custom repos, default lovelace just isn't very customizable by default 😔
I downloaded raspberry pi imager but can not find the file!
Love the update card, didn't realise that was possible but it's really easy to add to any dashboard. Thanks man
Amazing dashboard :) imma sub
I have a problem with the display of the temperature graph. Temperature and name are displayed below the graph and not above it :(
Did you find a solution? I have the same problem.
Same over here--looks like there was a breaking change with the new HA release. I'd keep an eye on this community thread, hopefully someone can come up with something: community.home-assistant.io/t/rounded-dashboard-guide/543043/555
I'm not too great with css so I don't expect to be able to fix it myself 😕
@@itsmejimmylandry
I had the same problem since the update. Fixed it by adding .graph .footer { order: 3; } below .graph hui-graph-header-footer { order: 3; } in Rounded.yaml.
Great vid!!
Hi.
I'm new in home assistant, I have it set up on my tablet but find it hard to log in from my laptop, any help is appreciated.
Thank you
Hello, and thanks for the video. I followed the different steps and I when I select the Dash and error "Custom element doesn't exist: vertical-layout. Any idea what I'm doing wrong? thanks in advance.
Same for me. Did you ever figure it out?
How do I install the slider v-2 custom element? All great apart from cannot find this in hacs
Me too. Followed his link in the post, there it called slider-card. But could not find this either.
youtube.com/@itsmejimmylandry ?
In HACS on your Home Assistant, search for: my cards bundle and add that - that contains the slider.
How did you get the home bar to stay at the bottom? I think that's what I would need in order to complete my dashboard! Thanks!!
make sure you've pasted in the entire theme file, because this is where the bottom tab bar is specified. If you're using your own theme, copy lines 241-293 of the rounded.yaml file to your theme file, which should move it to the bottom.
@@itsmejimmylandry verify that "card-mod" is installed in your HACS also, without it its not working
Did you find a solution? I have the same problem. I have the theme and card-mod installed.
Looked a super vid until 4:37. At this point my directory list is not even close to what you show and definitely have no www folder, don't even have the user-files folder that you quickly show, but do have a tts folder, so no idea how / where all those other folders came from on your copy of HA ??? there must be additional steps you have not shown ????? Can you explain this or what I am doing wrong even thought I ( think ) I have followed your every step up until 4:37.
Interesting... all those folders were there by default when I installed HA. Try creating the www folder manually and see what happens, HA _should_ recognize it as if it were always there.
I am adding an additional tab on the dashboard. How can I make the navigation bar fit everything without scrolling? Tried looking at the theme yaml but could not figure out
In the theme yaml scroll down till you see
paper-tab {
color: var(--header-all-tabs-color);
border-radius: 25px;
height:40px;
padding: 0 22px;
}
change the 22 in padding: 0 22px; to whatever you want the space between the tabs to be
@@SamNolan1 thank you!
Hey Jimmy, I am a huge fan of your awesome content. You are gonna have 100,000 subscribers in no time! I work for an AI smart product company. I am wondering, are there any ways I can reach out to you pls?
THANKS FOR THE GREAT VIDEO!!
Just one thing - right after pasting the the "mobile_dash_redacted_master" code, I get "custom element doesn't exist vertical-layout" error message on the HA new dashboard.
What should I do???
make sure you have layout card installed, it will keep all the cards in a single column.
@@itsmejimmylandry I do :) and then what?
i have several errors such as:
"specify an entity from within the sensor domain"
"ButtonCardJSTemplateError: Cannot read properties of undefined (reading state)"
I have the button card installed. I did it after though, first I followed your video and then I saw on the GitHub that several cards are required....
Me too. How did you solve this?
@@freespeech8947 can't remember bro, I didn't touch it since then because I barely have devices and entities so around 99% shows me error in this dashboard. until i will add more devices.
Hello Jimmy, how we can do the collaboration with you?
I will appreciate your feedback!
Great video! I see that you have an entity that states "active" light group, do these only control the active lights within a group and if so how did you achieve that?
Yes, i was able to find instructions for that here: community.home-assistant.io/t/light-group-for-lights-that-are-already-on/296398
Can you do a tutorial or short on how to make this work? This is a killer feature for any dashboard, but I can't seem to get it working@@itsmejimmylandry
when you make this theme to the tablet and share with us?
It's on Github --> github.com/jimmy-landry/HA-Mobile-Dashboard-Config/blob/main/Rounded.yaml
@@itsmejimmylandry to tablet not phone
Nice Jimmy ..! Is there a dash for a EV car?
It's not an option for a house containing 22 lights, and 12 shutters, 4 TVs. Nice Design for smaller things though
Nice!!How you make the homepod power button to change to what is playing? and how you created the control on only active lights?
Whats the name of that Font?
Quicksand, it's free from google fonts
Beautiful 😍
Looks great. One question right off the bat. The very first card calls on sensor.pending_update_counter. Can you post the code you used to create this sensor or explain how to do it? Thanks.
Googled this question after posting and found this - {{ states.update | selectattr('state','eq','on') | list | count > 0 }}. Does that look right?
Basically what you want to do is create a sensor that updates a variable each time it sees an update sensor in the "on" state, something like this:
{% set total = 0 %}
{% if is_state('update.home_assistant_core_update', 'on') %}
{% set total = total + 1 %}
{% endif %}
{{ total }}
You'll want to copy the if statement for each of your update sensors.
Dude, move your camera back a bit, so you can’t tell you are reading from a prompter.
Why not zip them up to a single file
😮😢 a app that has all this …..would be great…..I don’t even have a computer
home assistant done well doesn't need fancy dashboards as everything is automated.
Could you explain how you automatically adjust the colors of, for example, your HUE lights without using a dashboard if I asked you to change them to a different color?
This is a common misconceptions.
First of all, it depends on the user's preference. There is no arguing with user preference and choice.
Secondly, as more things are automated, the chance of deviations also increases. Fully automated smart homes are either pretty basic or extremely advanced. For everything in between, a dashboard is an important part of the home approval factor and to give insight to further improve the automations.
@@jaap7374 Hi Jaap, I completely agree with you, and that's why you can never say that nobody ever needs dashboards. It's a personal choice. Therefore, I challenged MrDead1 to answer my question about how he would solve my question without using a dashboard. Still haven't received an answer to this day...
@@jaap7374 Hi Jaap, I completely agree with you, and that's why you can never say that nobody ever needs dashboards. It's a personal choice. Therefore, I challenged MrDead1 to answer my question about how he would solve it without using a dashboard. Still haven't received an answer to this day...
@@jaap7374 Hi Jaap, I completely agree with you, and that's why you can never say that nobody ever needs dashboards. It's a personal choice. Therefore, I challenged MrDead1 to answer my question about how he would solve it without using a dashboard. Still haven't received an answer to this day.