This Smart Home Dashboard Isn't Easy But It's Worth It...

Поделиться
HTML-код
  • Опубликовано: 30 сен 2024

Комментарии • 353

  • @EverythingSmartHome
    @EverythingSmartHome  2 года назад +36

    It's finally here, hope you all enjoy this one - make sure to keep tagging me in photos of your sweet dashboards you've been making, I've been loving seeing them!
    P.s - I added the final code I finished with at the end of this video to the description if you need it for reference!

    • @hnefeenstra
      @hnefeenstra 2 года назад +15

      Hi @13:56 you added a '-' sign in front of !include, but 2seconds later this '-'sign was gone again. I found out the moment I added the '-' back in, since I literatly followed your video the card came up :).
      So the '-' you have not in the rest of the video should be there to work!?!

    • @grasspuddle950
      @grasspuddle950 2 года назад +4

      @@hnefeenstra that totally got me until I saw your comment, thanks!

    • @cserajesh
      @cserajesh Месяц назад +1

      ​@@hnefeenstra Thank you for the help. I spent more than 2 hours scratching my head over this, but after seeing your comment, I was able to resolve it easily.

  • @alondinbar6193
    @alondinbar6193 Год назад +8

    Hey Lewis! After i trying to show the welcome card part, i dont see nothing. I created the toggle helper. No one answer me on discord also ):
    Thanks for the video thu

  • @zeud7664
    @zeud7664 9 месяцев назад +10

    in 2024, homme assistyant os 11.2 and hacs 1.33.0, they have error : custom element doesn't exist

  • @markusmaucher
    @markusmaucher Год назад +6

    I could install all frontends except for my card bundle (slider). What am I doing wrong? Is it deprecated maybe?

    • @RadimZamarski
      @RadimZamarski Год назад +4

      So do I.

    • @fredericmelancon4472
      @fredericmelancon4472 6 месяцев назад

      how did you manage the "my-slider" not around in hacs. Did someone find something for this ? Can't use the light card cause of this.

  • @Ceteex
    @Ceteex Год назад +16

    Just to make things easier, you do not need to restart home assistant every time you add a custom card. You can always go into developer tools and then restart "UI LOVELACE MINIMALIST". This way is much faster and easier than restarting HA every time a new custom card is added.

  • @jkoopsen
    @jkoopsen 2 года назад +23

    I love that you've contributed your cards back to the community! I'll be using most of them, thanks Lewis!

  • @robinrummens4087
    @robinrummens4087 7 месяцев назад +9

    For people experiencing the following error: "Button-card template 'card_esh_welcome' is missing! For me, reloading the YAML configurations solved this issue.

    • @supertom44
      @supertom44 7 месяцев назад

      Brilliant thanks, ran into this issue and reloading YAML worked.

    • @fredericmelancon4472
      @fredericmelancon4472 6 месяцев назад

      sadly it is not working for me. Do you have any other suggestion by any chance ?

  • @gegeabscons9418
    @gegeabscons9418 7 месяцев назад +8

    For multiple views to work, you mustn't do as in the video at 13:25 and delete the views: !include_dir_merge_list "views/" line, but keep it and uncomment it by deleting the # and the space. This tells Minimalist that the various views are in the "views" folder.
    Then, when creating a view, paste the entire block and don't forget the dash and space before "title". Create a file for each view using the same procedure but with a different name, and add an icon if you like. This example works for me:
    - title: "Home"
    path: "home"
    icon: "mdi:home-assistant"
    cards:
    - type: "custom:button-card"
    template: "card_esh_welcome"
    triggers_update: "input_boolean.minimalist_dropdown"
    variables:
    ulm_card_esh_welcome_collapse: input_boolean.minimalist_dropdown
    ulm_weather: "weather.your.weather"
    entity_1:
    nav: "house"
    icon: "mdi:home"
    name: "House"
    color: "blue"
    entity_2:
    nav: "lights"
    icon: "mdi:lightbulb"
    name: "Lights"
    color: "yellow"
    entity_3:
    nav: "security"
    icon: "mdi:shield"
    name: Secure
    color: "green"
    entity_4:
    nav: "network"
    icon: "mdi:nas"
    name: Lab
    color: "purple"
    entity_5:
    nav: "network"
    icon: "mdi:flask"
    name: Lab
    color: "red"

  • @pl0nk0r
    @pl0nk0r 2 года назад +13

    Excellent video Lewis, I've been using mushroom but will definately give minilimist a go. Very detailed and easy to follow explanations. I'd love to see you go into detail on creating your own custom cards.😀

  • @ymh-productions998
    @ymh-productions998 6 дней назад +1

    I love the in depth video! so much has changed in HA since then, i keep running into errors or things not matching what the video is showing. can you please make an updated video?

  • @yevhenshaina3673
    @yevhenshaina3673 Год назад +2

    "My card slider" is not available neither in HACS nor via Github page for manual installation. Is there a replacement or other solution?
    Solved: to install it first you need to add a custom repository in HACS.

  • @patrickdevries8794
    @patrickdevries8794 2 года назад +6

    Hi, Love this dashboard. Made a complete fresh new install and followed everything till 8:20. When I click my minimalist icon, I don't see the dashboards. Also the following messages.
    Custom element doesn't exist: button-card
    Custom element doesn't exist: auto-entities ect.ect.
    All the cards are downloaded and I can see them in HACS, Integration, Frontend. All have Lovelace in the top right corner of the cards
    I also installed the mushroom cards, later I saw in HACS Frontend a lot off cards red, I reinstalled them, now that part works. I will continue with you explanation. Many tnx for the vid.

    • @ThePappaQ
      @ThePappaQ 2 года назад +2

      I've got the same problem, but the cards are not red and show up in "../../www/community"...

    • @zht9
      @zht9 2 года назад +1

      @@ThePappaQ Same here, did you solve it?

    • @dwjp90
      @dwjp90 2 года назад +1

      Same problem, I can't find any solution

  • @mindracing
    @mindracing 2 года назад +4

    Well done Lewis, very good, again. I'm not finding my-slider or my cards bundle though, when trying to download the repositories. Why could that be. Everything else is fine.

    • @EverythingSmartHome
      @EverythingSmartHome  2 года назад +1

      Apologies, added the link for that in the description, it's the only one you need to add as a custom repo

  • @ninicp
    @ninicp Год назад +2

    I'm following along step by step, but am getting an error around the 19:20 mark. The error is "Custom element doesn't exist: grid-layout". The only difference between what I did when following along was to install Big Slider Card since slider-card wasn't an option, I assume BSC is the new version?? Any ideas as to what I should do to resolve this? I've also got 2 "UI Lovelace Minimalist" links in my HA menu. The first one takes me to a blank page, nothing shown at all. The second one is what's producing the error along with a substantial amount of code.

    • @ncp1113
      @ncp1113 Месяц назад

      I realize you posted a year ago, but for people stumbling on this. You have to manually add
      layout-card
      state-switch

    • @ninicp
      @ninicp Месяц назад

      @@ncp1113 Thank you!

  • @cosminhriscu7575
    @cosminhriscu7575 Год назад +2

    Great tutorial. Can you do a tutorial also with Adaptive Dashboard option? I think it will be great for tablets dashboards.

  • @RuudSpreeuwenberg
    @RuudSpreeuwenberg Год назад +2

    Thanks for the this great video guide Lewis! I watched and I am getting ready to build my minimalist dashbaord. In the video description however you link to a written article. I thought this could be helpful for all the required installs, however the link only shows me an article loop archive on your website.

  • @genatroce
    @genatroce 5 месяцев назад +1

    I cannot find "my cards" to install

  • @russellcorbett5395
    @russellcorbett5395 Год назад +2

    What happens at the jump at 19:25? I got to that step but I do not know what to change to get the top to reappear

  • @alanyoung4256
    @alanyoung4256 2 года назад +3

    So looking forward to getting this up and running and fell at the first hurdle. I simply can't get the first card to work. I've installed all the bits and bobs, created the input_boolean, created the custom_card in the correct folder location and copied the code from your github but all I get is Button-card template 'card-esh-welcome' is missing!. No idea what I've done or need to do. Anyone else had this issue?

    • @EverythingSmartHome
      @EverythingSmartHome  2 года назад +1

      Did you restart minimalist after copying the card to the location? Jump into the discord if your still stuck

    • @timmulhall2121
      @timmulhall2121 2 года назад

      I'm having the same issue Alan. Did you find a solution at all?

    • @alanyoung4256
      @alanyoung4256 2 года назад

      @@timmulhall2121 I did manage to get it working but not totally correctly as the font and icons are really small. Not sure exactly what I did as I was just going through another check and copying Lewis's code for a 3rd time and it started working, so probably not much help really, sorry. Just remember to restart minimalist after you put any new cards in via the YAML Configuration page. See 27:13 on the video.

    • @timmulhall2121
      @timmulhall2121 2 года назад

      @@alanyoung4256 thank you.
      I'll give that a shit.
      Thanks for the reply.

    • @Ceteex
      @Ceteex Год назад

      Late reply, however, you do not need to restart home assistant every time you add a new card. You can always go into developer tools and then restart "UI LOVELACE MINIMALIST". This way is much faster and easier than restarting HA every time a new custom card is added.

  • @PurpleTurtle1988
    @PurpleTurtle1988 Год назад +1

    "My Card Slider" is unfortunately no longer being developed. Is there an update in this regard? :-)

  • @marck_
    @marck_ Год назад +1

    I restored my HASS config to a new instance but missed something because my custom_cards are not found automatically. I have the same folder structure as you, installed with hacs in same folder. I can only point to one button card template folder so I just moved my custom cards in the minimalist folder. This will get wiped by updates for sure so not a sustainable option. Any thoughts?

  • @cubicle7535
    @cubicle7535 2 года назад +2

    I really like this look. I'd like to add elements of the HomeKit inspired dashboard to this one. Is that possible?

  • @thedoctor3181
    @thedoctor3181 10 месяцев назад +1

    Maybe comming a bit late to the party, but i am having an issue with the My Cards bundle - i don't seem to find it. Is it renamed to something else, or merged somewhere? Can someone give me a bit of help here, would be much appreciated :)

  • @darrenoleary
    @darrenoleary Год назад +1

    At 15:17 where Lewis clicks the + symbol to create a new dashboard, where do I do this in a new install (I never used mushroom). I've followed the instructions upto this point, but when I refresh the Minimalist dashboard populated in my left hand menu, the Welcome ESH card isn't displayed. The cards originally displayed before deleting the examples as per Lewis' guide, but the new car doesn't display, even after restarting.

  • @sillvvasensei
    @sillvvasensei 2 года назад +2

    Strap in, strap-on 😳, and get yourself some coffee

  • @jashmaniar
    @jashmaniar 2 года назад +2

    Hey Lewis can you make a video on how you made the custom card?

  • @Felipe-ij2lu
    @Felipe-ij2lu Год назад +1

    how is this different form mushroom? they look very similar but this seems to be much more complicated to setup and install

  • @Ceteex
    @Ceteex Год назад +2

    At 27:33, if the light icon in the right corner of the room card doesn't show up, it's because changes to the card have been made since this video was released.
    You will have to these 2 lines of code in the room card:
    variables:
    ulm_custom_card_esh_room_light_entity: light.your_light

    • @hnoldin
      @hnoldin Год назад

      In the custom card template? or in the card it's self

  • @sdfhjklhsfdjdsflhkds
    @sdfhjklhsfdjdsflhkds 2 года назад +3

    Brilliant!
    I watched this video once, thought about Minimalist yaml versus Mushroom cards and decided to take the plunge. I had 95% of my new Minimalist UI done in a few hours. No doubt the remaining 5% (mostly endless polishing and tweaking) will take me another 20-30 hours, but you gave me the insights I needed to pull this off.
    I've been using HA for a long time and had zero issues with complex automations, but the UI side always seemed very daunting indeed. Thanks Lewis for showing my a clear path on how to get there!

    • @EverythingSmartHome
      @EverythingSmartHome  2 года назад +1

      Nice one, glad it didn't take too long but yes be prepared to sink many hours into that 5% 😆

  • @charljoubert
    @charljoubert Год назад +1

    I swear I've jumped in at the wrong time. Minimalist isn't working correctly following these instructions. Their Discord seems to have been dead for over a year and full of the same errors i've been having with no answers. What a pity! I think I'm going to go back to the "easy" tutorial.

    • @BillChmura
      @BillChmura Год назад +2

      yeah, it has been a bit of a struggle. I got up to where I should have the first of the new dashboard displaying and... nothing.

    • @danielnordahl1985
      @danielnordahl1985 9 месяцев назад

      Worked for me, following the exact instrucrions in the video

  • @pieter.terpstra
    @pieter.terpstra Год назад +3

    For anyone having trouble adding the 'my-slider' card:
    github.com/AnthonMS/my-cards/issues/17

  • @ChristianThanninger
    @ChristianThanninger 15 дней назад

    Thanks for this great tutorial :) I encountered a problem with the Thermostat Card. It shows my current temperature and also the correct set temperature but when I press the + or - buttons I get this error: "Provided temperature 0.0 is not valid. Accepted range is 5.0 to 30.0. " This happens for all the different rooms. When I click on the set temperature to open the more detailed card with the dial control, this works without error.

  • @rkbest9783
    @rkbest9783 2 года назад +1

    Is this still valid, The auto-entities' integration is not on hacs anymore as of today!

  • @AlejandroSaezM
    @AlejandroSaezM 2 года назад +2

    Thx for vídeo, I love this, I love this channel ❤

  • @marnikmetten2178
    @marnikmetten2178 2 года назад +1

    @13:56 I missed the "dash/Hyphen"
    took me some time to find my mistake , hopefully it can help someone else

  • @portival
    @portival 23 дня назад

    Hello! I'm starting out with Home Assistant, and when I try to follow the video creating the dashboard I'm stuck at a point that must be very stupid. At 17:24, an error appears and does something to clear the error. What do I have to do to be able to delete it? Thank you very much for the help.

  • @samlongnecker7250
    @samlongnecker7250 2 года назад +3

    Thanks for another great video Lewis. I can't seem to find the My Cards slider or My Cards Bundle. Do I need to add a repository in HACS?

    • @EverythingSmartHome
      @EverythingSmartHome  2 года назад +2

      Sorry, added a link for that in the description, you need to add it as a custom repo

    • @david_bathgate
      @david_bathgate 2 года назад +1

      Had the same issue with it not showing at all, had to manually add 'my-cards' repo into HACS Frontend.
      Follow the my-cards link in description, scroll down to Installation and click "Detailed Explanation"

    • @byeongdon
      @byeongdon 2 года назад +1

      @@EverythingSmartHome what's the category of it? theme or integration?

    • @byeongdon
      @byeongdon 2 года назад

      i found that the category is lovelace

  • @mangotran7116
    @mangotran7116 2 года назад +2

    So I can see the default Minimalist UI page, but after creating a dedicated view for home, and creating the custom card for Welcome, when I try to load the Dashboard I just get a blank page

    • @gavinmorgan8861
      @gavinmorgan8861 2 года назад +1

      I’m glad it’s not just me getting this. What am I doing wrong? 😂

    • @mangotran7116
      @mangotran7116 2 года назад +3

      @@gavinmorgan8861 Hey Gav, i worked out part of the puzzle. Under your ui-lovelace.yaml, the !include views/home.yaml, you need to have a '-' in front. if in doubt, take a look at his github sample code. Its confusing because in the video it shows Lewis removing the preceding -

    • @gavinmorgan8861
      @gavinmorgan8861 2 года назад

      @@mangotran7116 great I’ll try that thanks. Yeah he said you have to put it in on video but he didn’t so I didn’t 😂

    • @EverythingSmartHome
      @EverythingSmartHome  2 года назад +2

      Yeah my bad guys, you need the hypen - was a slight mix up in the edit!

    • @mangotran7116
      @mangotran7116 2 года назад

      @@EverythingSmartHome appreciate your work!! All good!

  • @Nilex2140
    @Nilex2140 Месяц назад

    everything goes fine, but my dashboard is empty. I dont have any errors anywhere..

  • @kngwizrd6193
    @kngwizrd6193 3 месяца назад

    is it possible with the room icon to add another entity underneath the lights? for example the vacuum cleaner when you tap you call service vacuum start and when hold you get more info?

  • @clairerovic
    @clairerovic 2 года назад +1

    Luv it, Thankyou, this would have been so much work. Looking forward to playing with this tonight and seeing what trouble I can get into.
    Just so you know, this is not to long. Watched just before going to work.

  • @richardjeanlouis7309
    @richardjeanlouis7309 2 года назад +1

    Thanks for yours good tutorials
    But Ican't find "My Cards Bundle aka slider-card (download for HACS)"
    When i search it in HACS i can't find it.
    How can i do???

  • @arielo61
    @arielo61 2 года назад +3

    hi!! Luis! nice work like always. I've been following step by step, but I can't use views/home.yaml :( I don''t know why

  • @surferdudemi
    @surferdudemi Год назад +1

    It would be helpful to highlight that you switched from Integrations to Frontend before you added Button Card. I couldn't find it and kept reviewing that part of the video. Then I noticed that you clicked on Frontend, and then I could find them.
    My Cards (my-cards-slider) seems to be gone.

    • @surferdudemi
      @surferdudemi Год назад

      Once it reloads / restarts, the Minimalist layouts are both showing that grid-layout is missing, as with my-cards. I was able to find the my-cards repository later, but still does not show up in the search, so could not load it.

  • @spencerbigum1309
    @spencerbigum1309 Год назад +1

    Anyone have issue with my-card-bundle? having trouble finding that + the sliders...

    • @spencerbigum1309
      @spencerbigum1309 Год назад

      @@pieter.terpstra Thx Pieter, I ended up getting it to work. Just had to do a little digging.

  • @Matte_olo
    @Matte_olo Год назад +1

    Is this tutorial working again with new version? I've followed step by step but at minute 20:00 my minimalist page remain empty

    • @TheRauwman
      @TheRauwman Год назад +2

      watch Marco Bagger comment "I was running into a similar issue and solved by making sure that this " - !include views/home.yaml" has the correct indent."

  • @kngwizrd6193
    @kngwizrd6193 3 месяца назад

    I’ve got the sensor for counting how many lights that are on, how does one add that next to the weather icon? Love the guide!

  • @junkins
    @junkins Год назад +1

    Hey Lewis, how hard would it be to convert this dashboard for use on a tablet? Any chance you could make a video for creating a minimalist tablet dashboard? 😁

  • @RupertoCamarena
    @RupertoCamarena 2 года назад +1

    there is not camera card??

  • @alanyoung4256
    @alanyoung4256 2 года назад +1

    If you are struggling with small fonts and no colours don't be an idiot like me and make sure you have changed your theme to one of the minimalist ones in your profile!!

    • @jspa8030
      @jspa8030 2 года назад +1

      Thank you! I am quite certain this comment saved me a good few hours!

  • @jasonheminger4844
    @jasonheminger4844 2 года назад +1

    Awesome work as always. How do we submit bug fixes for the custom card room? I have two lights in a room and they are both at 100% and on, yet the card is showing 0%.

  • @jkeltonga
    @jkeltonga 7 дней назад

    Are the instructions still relevant to the current version of HA? I am running core 2024.9.2, which comes with the Lovelace UI. When I try to install the Browser Mod, I get this error: "This integration does not support configuration via the UI." Cannot get past this.

    • @jkeltonga
      @jkeltonga 7 дней назад

      nvm - I figured it out. You have to "Download" before clicking the button to add the integration.

  • @tc-ac83
    @tc-ac83 2 года назад +1

    Fantastic guide and I have started work on porting my mushroom setup to minimalist with your help! Question regarding your room card. I do not have a sensor to use in a label so have removed that and see that it is showing the light state which is great. My issue is that on rooms that do not have brightness capability, when its on, it shows as 0% brightness. The mushroom card shows "on" in comparison. Can you assist in how to change your card to handle this? Whats great on the mushroom card is I control a light group, one of those lights has brightness control - when I have that light on, it shows the brighness state, but if i turn that particular light off, the label changes to "On" if that makes sense...

    • @EverythingSmartHome
      @EverythingSmartHome  2 года назад

      Thanks - hmm I can take a look at some point or hop into the discord server we might be able to figure it out

  • @sbarmen
    @sbarmen 2 года назад +1

    Hello! thanks for this tutorial! I have been adopting quite a bit of your thinking. But I have one thought. The custom welcome card you made is cool. But I really hate that the "welcome" message uses to much real estate. Is it possible to update the custom card so the welcome message could be a configurable option to be removed? What do you think?

    • @bryceyorkpm
      @bryceyorkpm Год назад

      if you edit the code you copied for the component itself, look for the and remove it then the welcome message will only be a single line

  • @proshadow1491
    @proshadow1491 9 месяцев назад

    Thanks for the informative vid!! One question though, why are the color options limited to blue, red, green, yellow, pink, purple only? Is there a way to use a custom rgb value instead? Typing rgb(255,25,23) does not work

  • @MarkusBurrer
    @MarkusBurrer Год назад

    Tried to follow, but failed to install slider-card. My Cards Bundle doesn't exist. I had to install the git repo manually first

  • @GuyForssman
    @GuyForssman 9 месяцев назад

    Hey thanks for this guide, I was wondering how to implement the custom_card_imswel_person it improves with the find my phone scripy etc.
    I have the first view working but when I tap on it, nothing opens. Why is this?

  • @SadisticSacred
    @SadisticSacred 8 месяцев назад

    Hi Lewis, great video. I am just setting up my own dashboard and it is coming along very nice, based on all the great explanations in your video. One thing that I have not figured out yet is how to make those "entities" in the welcome card act as links to other pages. So e.g. for the lights and the labs. What would I have to do in the yaml to bring me to a view with all my lights when clicking on the "lights" button?
    Thanks and keep up the great work

  • @Richardsumilang
    @Richardsumilang Год назад

    The integration installs 2 dashboards for me to customize. Is it possible to create additional dashboards? I would like different views for devices/users. Thank you.

  • @dankarization
    @dankarization 2 года назад

    Is it possible to create 2 dashboards? 1 for mobile, 2nd for PC for example, with different layouts. UI Lovelace lets create only one by default

  • @NathanFR
    @NathanFR Год назад

    Hi Lewis,
    I don't know if you can see this message, and if you can answer it, but I would need your help :D
    On you navigation welcome card I'd like to add an alarm chip next to the weather one, but i'm not that good in code and I didn't have any success doing it.
    Is there an easy way ?
    Cheers !

  • @Farizno
    @Farizno 2 года назад +2

    Hi Lewis. First off: Thank you for your excellent videos and all the effort and hard work. I am learning a lot from you.
    I am trying to follow along with you. I have HA Supervised Docker installed on a Raspberry Pi 4. Following along I got as far as to add the integration auto-entities, but it does not show up in HACS. Is that because I am on a Raspberry Pi device? Will I be able to continue without it? Thanks again!

    • @TheViktorKlein
      @TheViktorKlein 2 года назад

      I have the same problem and I'm running on a nuc so that is not it... I installed it manualy but that is kind of a hassle.

    • @Kerjox095
      @Kerjox095 2 года назад +2

      If there are any card that is not showing in HACS you could google the repository and then copy the link and add it to HACS is as simple as going to the top right corner, once there, click on the 3 points and there is an option to add custom repository, paste the url of the repo and it should appear in the next search :)

    • @Farizno
      @Farizno 2 года назад

      @@Kerjox095 Thanks for pointing that out. I feel like I should have known that, lol. I'll try that out tomorrow. Cheers!

    • @Farizno
      @Farizno 2 года назад

      @@Kerjox095 OK< so I tried that and it tells me that the integration is already in the store, however I cant see it anywhere in the store. Strange.

    • @Farizno
      @Farizno 2 года назад +2

      Nevermind, I found that you need to click on the Frontend tab and it is there.

  • @samproud3720
    @samproud3720 6 месяцев назад

    Loving the vids this hellped alot. How do you fix the formate for the yaml code? takes a while to do it with space bar alone. Thanks

  • @Helen_Pearson
    @Helen_Pearson 9 месяцев назад

    I like how you explain it however I’ve got home assistant green and it looks a lot different. Can you do a tutorial on how to do this on the HA Green please.

  • @Meerhoning
    @Meerhoning 7 месяцев назад

    When both the light and climate icons are active there is no space for oth temp and humidity. I would like to just show the climate, however climate always shows up at the bottom and light at the top; can the light and climate icons be inverted?

  • @cyucel2241
    @cyucel2241 9 месяцев назад

    Thanks for another great video Lewis. How can I replicate the size preset on top of the preview window ? Where it says iPhone 12 Pro ?

  • @cerebrum2311
    @cerebrum2311 Год назад

    I would love to know how to create my custom component. Things like creating a countdown timer based on the helper timer would be great. Where should I start? is there a good hands-on video you would recommend?

  • @ShavedAp3
    @ShavedAp3 Год назад

    Love this its really helpful thank you as always.
    I don't appear to have any colours currently but I haven't finished everything so I guess I will try and figure that out later

  • @fragsap
    @fragsap Год назад

    How can you get the weather popup on the welcome card. It displays the right entity but the popup doesnt?

  • @lucacanepazzo4301
    @lucacanepazzo4301 2 года назад

    Hi, in "Person Card" is it possible change the color badge? In "mushroom" I have "home" and "away" in Italian "in casa" and "fuori casa". How can I have the same thing here too?

  • @jabolko1k
    @jabolko1k 2 года назад +1

    Anker is very good. i recommend

  • @mastermaikel
    @mastermaikel 2 года назад +1

    Great video! Maybe I missed it, but what hardware are you running Home Assistant on?

    • @EverythingSmartHome
      @EverythingSmartHome  2 года назад

      I have a PowerEdge at the moment!

    • @NotsoEP
      @NotsoEP 2 года назад

      @@EverythingSmartHome Nice, I just upgraded my 710 and got a 720.. 40 cores of love :) (Using full linux, docker or windows for the HA install?)

  • @patricklapointe9330
    @patricklapointe9330 Год назад

    Nice and verry well explain!!! when you think you will have your Desktop version available?

  • @DavidBruner_NJ
    @DavidBruner_NJ 2 года назад +1

    It is amazing how quickly custom card names and indexing changes. My-Card slider is tough to locate.

  • @darihoyos
    @darihoyos 2 года назад

    Very good explanation! Can you show your version for tablet with mushroom? Thanks!!

  • @vladhristov2316
    @vladhristov2316 2 года назад

    Can I draw data from InfluxDb and display it thru Minimalist/Mushroom widgets?

  • @marcusdownie
    @marcusdownie 10 месяцев назад

    great videos i thought id try the yaml program i have copied all the steps i cant see to get the home, light buttons etc to have the icon colours blue, yellow and so on tho all my icons are uncoloured but i do have colour on the weather. any ideas

  • @arjanbuijserd7193
    @arjanbuijserd7193 2 года назад +1

    This is awesome Lewis! I wanted to try Minimalist for quite a while already, but I didn't really know where to start. Now, I know what to do after work tonight! Super clear video, thanks a lot!

  • @hannesvanwyk1580
    @hannesvanwyk1580 2 года назад +1

    Definitely using this as a how to when I am redoing my dashboard. Great video!

  • @fdb-you
    @fdb-you 5 месяцев назад

    Are you going to make a new tutorial now with the drag and drop system?

  • @remcovandermeer434
    @remcovandermeer434 2 года назад

    Nice video! Not to quick and lots of info. With this video my dashboard is starting to look nice, the only thing i can't get to work is make the custom_card_esh_welcome card toggle an input_boolean and not use it as an navigation button. Is this posible? would love to switch Home\away\sleep mode at the top.

  • @jakubgrzybowski4652
    @jakubgrzybowski4652 Год назад

    Hi, brilliant work!
    Can You also share Your desktop version? It'd be amazing!

  • @Boabee
    @Boabee 2 года назад +1

    I noticed you had 'Big Light' on your dashboard, forgot all about that Scottish term for the light in the middle of the room lol.
    I have already had a minimalist dashboard for a while now, Im now trying to separate my rooms into individual yaml files (views folder). I can do the home page as you have, but as soon as I add another room, I get 2 tabs saying 'Unnamed View' on the dashboard. Im so lost!
    ui_lovelace.yaml
    ---
    button_card_templates: !include_dir_merge_named "../../custom_components/ui_lovelace_minimalist/__ui_minimalist__/ulm_templates/"
    title: "Cuthill Family Home"
    background: "var(--background-image)"
    views:
    - !include views/overview.yaml
    - !include views/livingroom.yaml
    overview.yaml
    - title: "Overview"
    path: "overview"
    icon: "mdi:home"
    cards:
    - type: "custom:button-card"
    template: card_title
    name: Our Home
    label: "Climate, Security & Rooms"
    livingroom.yaml
    - title: "Living Room"
    path: "livingroom"
    icon: "mdi:sofa"
    cards:
    - type: horizontal-stack
    cards:
    - type: "custom:button-card"
    template: card_title
    name: Living Room
    label: ""

  • @TomasHedlund16
    @TomasHedlund16 10 месяцев назад

    Can you set this up so you have different dashboards for different users?

  • @leeiberry
    @leeiberry 2 года назад

    Great Video: Got a great dashboard working , but i can not change the name in the sidebar for the dashboard. I have change the title: in the YAML without much luck ... any ideas ?

  • @wesleyna8426
    @wesleyna8426 2 года назад

    Im sorry i deleted my post right before you answered, i figured out that my spacing was incorrect and didnt want to look like an idiot hahaha. thank you for the fast reply and fast help. And again i love your videos they have been really helpfull for my smart home.

  • @thecraigmcrae
    @thecraigmcrae 8 месяцев назад

    great using this a year later and seeing your contributions part of the official source code now!

  • @ianjohnston3339
    @ianjohnston3339 2 года назад +1

    Great guide as always and love that you give to the community not just here but actually contributing to enhancing the products.
    Now tell us more about your camper!

  • @estuary2222
    @estuary2222 2 года назад

    Thanks for the video, I really appreciate it. Question, how do I make this the default dashboard on my wife's phone, I have googled but nothing seems to work.

  • @spencerbigum1309
    @spencerbigum1309 Год назад

    Do you have a course on learning Yaml/lovelace and developing advanced cards/events? Great video!

  • @shadow.banned
    @shadow.banned 2 года назад

    It should be easy. I'm a dummy. Don't have the energy I had 10 years ago.

  • @Robbobacon
    @Robbobacon 2 года назад

    Can't find the code for the greeting template. Can you help please.

  • @jkakoussis
    @jkakoussis Год назад

    Great video Lewis. One question. Many different entity statuses or attributes are not being updated fast enough. par example the battery on my phone, the charging state of my phone or my location or the temperature of a sensor. when investigating in detail I see that last updates are several hours back. Any ideas?

  • @simonevalmacco8126
    @simonevalmacco8126 2 года назад

    Thank you very much for your detailed guide!! Can you please show us how to change the background images? Thank you!

  • @EricHein
    @EricHein Месяц назад

    How does one get ride of the dashboards that installed this way?

    • @EricHein
      @EricHein Месяц назад +1

      Once uninstalled via HACS, be sure to restart the system. Sometimes it is the most obvious things...Well usually it is!

  • @fabianweithaler9219
    @fabianweithaler9219 2 года назад

    you're video are great! can you please upload your full minimalist folder so i can look how you integradet certain thing?

  • @andyroberts366
    @andyroberts366 9 месяцев назад +2

    Sadly - It doesn't work for me. I guess various things have changed in Home Assistant since this video was produced, resulting in no dashboard being shown at all. Several hours of my life I won't get back! Avoid it and look for more up to date instructions elsewhere.

    • @whatsmyname4165
      @whatsmyname4165 7 месяцев назад +2

      This is wrong. I just did this. Some things might have changed, but overall not bad. Read the git of minimalist and you'll be fine. Please do your diligence.

  • @fabiocosta4030
    @fabiocosta4030 2 года назад

    Using the scenes card, how can I set up the color to change once I activate/deactivate a scene?

  • @andraspapp3001
    @andraspapp3001 2 года назад +4

    First of all, kudos for the great videos. I'm halfway building my own dasboard while "getting some inspiiration" from you 😊 My goal is to combine the look of yours with the flexibility provided by the layout custom card to achieve the ultimate version running on mobile, tablet and desktop too. The only thing I couldn't find out until now is the find my phone script for the custom person card from your original video. Can you please help with that? Thank you.

  • @tfdsu
    @tfdsu 2 года назад

    Lewis, regarding a "Back" button. Personally I find it too small to be comfortable, especially under certain circumstations (big hands, health-troubled hands, a lefty, etc), so I removed it. instead, I replicated "House/Lights/Secure/Net/Lab" top menu on every page, and also placed small "Home" chip to the lft from weather chip, taking me to the home overview page.
    Now navigation is a breeze, I can visit any page from any page without moving back, plus, transitions now are fluent, resembling a native iOS app, especially in kiosk mode, which you can enable for mobile app exclusively.