This Home Assistant Dashboard BLEW MY MIND!

Поділитися
Вставка
  • Опубліковано 22 лип 2024
  • You guys have asked, and I’ve delivered! In this video I’ll go over my current mobile Home Assistant dashboard setup, and show you how to get my dashboard working on your Home Assistant instance. We’ll move a little faster than usual through this one since I’ve covered this procedure before, but it hopefully shouldn’t be too bad.
    Shoutout to LE0N on the Home Assistant Community forum for providing the basis for this dashboard. I went through countless different dashboard designs before settling on his and think I’ll be sticking with it for quite a while. The layout is very similar to his, and I reused several of his button card templates.
    Questions? Let me know in the comments, and I'll be happy to help you out.
    LINKS!
    GitHub Repo: github.com/jimmy-landry/HA-Mo...
    LE0N's Forum Post: community.home-assistant.io/t...
    -------------------------------------------
    HELP ME REACH 10,000 SUBS! 👉 / @itsmejimmylandry
    Attributions
    Song: Niya - A Beginning (Vlog No Copyright Music)
    Music provided by Vlog No Copyright Music.
    Video Link: • Niya - A Beginning (Vl...
    Clouds by Joakim Karud: / joakimkarud
    Music promoted by Audio Library: • Clouds - Joakim Karud ...
    The Loyalist - Pinecrest by The Loyalist: / the_loyalist_official
    Creative Commons - Attribution 3.0 Unported - CC BY 3.0
    Free Download / Stream: bit.ly/pinecrest_
    Music promoted by Audio Library: • Pinecrest - The Loyali...
    00:00 - Intro
    01:00 - Dashboard Tour
    03:24 - Weather Icons
    05:39 - Import Theme
    06:31 - Import Dashboard
    07:27 - Dealing with all the errors
    09:01 - Custom element doesn’t exist
    09:50 - Outro
    #smarthome #homeassistant #automation

КОМЕНТАРІ • 53

  • @blakeseufert7340
    @blakeseufert7340 Місяць тому +3

    "Just try not to freak out" is honestly ripping advice for HA. Nice videos man.

  • @JaneTaubman
    @JaneTaubman Місяць тому +23

    To download the whole repository on the top page, select Code and then in local select zip

    • @itsmejimmylandry
      @itsmejimmylandry  Місяць тому +3

      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 😆

    • @JDPENNER
      @JDPENNER Місяць тому +3

      Another way is to clone the Repo locally with git clone 😊

    • @JbVest
      @JbVest 28 днів тому +2

      Yeah it was confusing for me too but that's how I do it download repository in a zip. Much easier lol. 😂

  • @drwhowhogrub3908
    @drwhowhogrub3908 Місяць тому

    Love the update card, didn't realise that was possible but it's really easy to add to any dashboard. Thanks man

  • @Capybarapulls
    @Capybarapulls Місяць тому

    Just implemented this into my server. Love this :)

    • @danninoash
      @danninoash Місяць тому

      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...

    • @Capybarapulls
      @Capybarapulls Місяць тому

      Yes, obviously you have to change all entity's to your own. It is a process but got mine done in about a day :)

    • @danninoash
      @danninoash 23 дні тому

      @@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!! :(

    • @itsmejimmylandry
      @itsmejimmylandry  23 дні тому

      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 😔

  • @bouke78
    @bouke78 Місяць тому +3

    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.

    • @namankohli1061
      @namankohli1061 Місяць тому +2

      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!

  • @stephaniezeng2373
    @stephaniezeng2373 20 днів тому

    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?

  • @sjoerd8706
    @sjoerd8706 Місяць тому

    Beautiful 😍

  • @IAmZen_007
    @IAmZen_007 Місяць тому +1

    Nice Jimmy ..! Is there a dash for a EV car?

  • @mitdesai21
    @mitdesai21 Місяць тому

    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

    • @SamNolan1
      @SamNolan1 Місяць тому +1

      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

    • @mitdesai21
      @mitdesai21 Місяць тому +1

      @@SamNolan1 thank you!

  • @jonathanledesma904
    @jonathanledesma904 Місяць тому +1

    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?

    • @itsmejimmylandry
      @itsmejimmylandry  29 днів тому

      Yes, i was able to find instructions for that here: community.home-assistant.io/t/light-group-for-lights-that-are-already-on/296398

  • @danninoash
    @danninoash Місяць тому

    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???

    • @itsmejimmylandry
      @itsmejimmylandry  Місяць тому

      make sure you have layout card installed, it will keep all the cards in a single column.

    • @danninoash
      @danninoash Місяць тому

      ​@@itsmejimmylandry I do :) and then what?

    • @danninoash
      @danninoash Місяць тому

      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....

  • @Beyblade3002
    @Beyblade3002 13 днів тому +1

    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!!

    • @itsmejimmylandry
      @itsmejimmylandry  12 днів тому +1

      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.

    • @Walien_
      @Walien_ 8 днів тому +1

      @@itsmejimmylandry verify that "card-mod" is installed in your HACS also, without it its not working

  • @alondinbar6193
    @alondinbar6193 Місяць тому

    Nice!!How you make the homepod power button to change to what is playing? and how you created the control on only active lights?

  • @lukasgraner3142
    @lukasgraner3142 29 днів тому +1

    Whats the name of that Font?

  • @joeking5211
    @joeking5211 18 днів тому

    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.

    • @itsmejimmylandry
      @itsmejimmylandry  12 днів тому

      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.

  • @alondinbar6193
    @alondinbar6193 25 днів тому

    when you make this theme to the tablet and share with us?

    • @itsmejimmylandry
      @itsmejimmylandry  12 днів тому

      It's on Github --> github.com/jimmy-landry/HA-Mobile-Dashboard-Config/blob/main/Rounded.yaml

    • @alondinbar6193
      @alondinbar6193 11 днів тому

      @@itsmejimmylandry to tablet not phone

  • @kevsherril158
    @kevsherril158 19 днів тому

    😮😢 a app that has all this …..would be great…..I don’t even have a computer

  • @tfeagans
    @tfeagans Місяць тому

    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.

    • @tfeagans
      @tfeagans Місяць тому

      Googled this question after posting and found this - {{ states.update | selectattr('state','eq','on') | list | count > 0 }}. Does that look right?

    • @itsmejimmylandry
      @itsmejimmylandry  Місяць тому +2

      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.

  • @clairerovic
    @clairerovic Місяць тому +2

    Why not zip them up to a single file

  • @MrDead1975
    @MrDead1975 Місяць тому +3

    home assistant done well doesn't need fancy dashboards as everything is automated.

    • @IAmZen_007
      @IAmZen_007 Місяць тому +2

      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?

    • @jaap7374
      @jaap7374 Місяць тому +6

      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.

    • @IAmZen_007
      @IAmZen_007 Місяць тому

      @@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...

    • @IAmZen_007
      @IAmZen_007 Місяць тому +1

      @@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...

    • @IAmZen_007
      @IAmZen_007 Місяць тому +1

      @@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.