- 51
- 475 088
My Smart Home
Norway
เข้าร่วมเมื่อ 11 ม.ค. 2023
Let's make Home Assistant beautiful.
I create easy-to-follow tutorials that will guide you through the process of designing stunning Home Assistant dashboards.
I create easy-to-follow tutorials that will guide you through the process of designing stunning Home Assistant dashboards.
Roborock Selective Room Cleaning in Home Assistant
In this video I'll finally show a method to do selective room cleaning with Roborock Vacuums in Home Assistant. This uses booleans so we can toggle on the rooms that we want to clean.
Support the channel:
www.youtube.com/@My_Smart_Home/join
www.buymeacoffee.com/mysmarthomeblog
Script variable 1:
variables:
room_configs:
- name: roomname
boolean: input_boolean.booleanname
id: 19
Script variable 2:
variables:
selected_rooms: |-
{% set ns = namespace(rooms=[]) %}
{% for room in room_configs %}
{% if is_state(room.boolean, 'on') %}
{% set ns.rooms = ns.rooms + [room.id] %}
{% endif %}
{% endfor %}
{{ ns.rooms }}
Feel free to comment, ask questions, and share your own experiences. Let's learn and grow together!
#HomeAssistant #SmartHome #LovelaceUI #Dashboard #Tutorial
I use Elevenlabs to generate my voice over recordings. I do this because I don't have the equipment to record my own voice over. It also lets me be very flexible when creating and writing my videos.
Support the channel:
www.youtube.com/@My_Smart_Home/join
www.buymeacoffee.com/mysmarthomeblog
Script variable 1:
variables:
room_configs:
- name: roomname
boolean: input_boolean.booleanname
id: 19
Script variable 2:
variables:
selected_rooms: |-
{% set ns = namespace(rooms=[]) %}
{% for room in room_configs %}
{% if is_state(room.boolean, 'on') %}
{% set ns.rooms = ns.rooms + [room.id] %}
{% endif %}
{% endfor %}
{{ ns.rooms }}
Feel free to comment, ask questions, and share your own experiences. Let's learn and grow together!
#HomeAssistant #SmartHome #LovelaceUI #Dashboard #Tutorial
I use Elevenlabs to generate my voice over recordings. I do this because I don't have the equipment to record my own voice over. It also lets me be very flexible when creating and writing my videos.
มุมมอง: 2 155
วีดีโอ
Mini Now Playing Media card for Home Assistant
มุมมอง 3.3K14 วันที่ผ่านมา
In this video I'll show you how to create a Now Playing media card in Home Assistant. I got a few questions about this after my previous video, so here it is ;) Get the full code on Gumroad: mysmarthome.gumroad.com/l/sijwnz Support the channel: www.youtube.com/@My_Smart_Home/join www.buymeacoffee.com/mysmarthomeblog Feel free to comment, ask questions, and share your own experiences. Let's lear...
Minimalistic Media Controls UPDATE
มุมมอง 2.6Kหลายเดือนก่อน
In this video I'll show some of the updates I've done to the media controls since I posted the last video. I'll also answer some of the common questions I got. Get the full code on Gumroad: mysmarthome.gumroad.com/l/sijwnz Support the channel: www.youtube.com/@My_Smart_Home/join www.buymeacoffee.com/mysmarthomeblog Feel free to comment, ask questions, and share your own experiences. Let's learn...
Minimalistic Media Controls in Home Assistant
มุมมอง 3.9Kหลายเดือนก่อน
In this video I'll show you how to create minimalistic media controls in Home Assistant complete with playback control and a volume slider. Get the full code on Gumroad: mysmarthome.gumroad.com/l/sijwnz Support the channel: www.youtube.com/@My_Smart_Home/join www.buymeacoffee.com/mysmarthomeblog Feel free to comment, ask questions, and share your own experiences. Let's learn and grow together! ...
Indoor Air Quality sensor in Home Assistant
มุมมอง 3.5Kหลายเดือนก่อน
In this video I'll show you how I have created an indoor air quality index sensor in Home Assistant. I have an AirGradient One that provides various sensors that allows me to combine them into one overall sensor. Get the full code on Gumroad: mysmarthome.gumroad.com/l/kbndh Support the channel: www.youtube.com/@My_Smart_Home/join www.buymeacoffee.com/mysmarthomeblog Feel free to comment, ask qu...
Make a dumb heater smart(er) with Home Assistant
มุมมอง 3.7K2 หลายเดือนก่อน
In this video I'll show you how I've made a dumb heater smarter by using a smart plug, a temperature sensor and a contact sensor. Then I'll show how I control this "fake" thermostat from my dashboard. A word of caution. Don't just plug anything into a smart plug. Make sure that the plug is spec'd for the load that you are plugging into it. The plug I use is rated for 16A and I have a wall mount...
Full Weather Dashboard in Home Assistant
มุมมอง 7K2 หลายเดือนก่อน
In this video I'll show you how I have created my full weather dashboard. I've previously created a few videos about weather, but I think it is time to collect it all into one full video tutorial. Especially since HA has been updated to use weather entities in different ways since the first videos. By the way. Some of you may ask about the written weather description I have in the preview in th...
Actionable Notifications using AI in Home Assistant
มุมมอง 6K2 หลายเดือนก่อน
In this video I'll show you how I use AI to create slightly more interesting notifications and alerts for my Smart Home. We can also take this a step further with actionable notifications. Support the channel: www.youtube.com/@My_Smart_Home/join www.buymeacoffee.com/mysmarthomeblog Feel free to comment, ask questions, and share your own experiences. Let's learn and grow together! #HomeAssistant...
Garbage Collection Card in Home Assistant
มุมมอง 8K3 หลายเดือนก่อน
In this video I'll show you how to create a Garbage Collection Card in Home Assistant. A few have been asking about this so I thought it was time to show how I do it. My main problem with this is that I have four sensors for different garbage types, so I had to find a way to only display the one that are being picked up next. Get the full code on Gumroad: mysmarthome.gumroad.com/l/ipncu Support...
Create Dashboard Tabs in Home Assistant
มุมมอง 11K3 หลายเดือนก่อน
In this video I'll show you how to create dashboard tabs in Home Assistant. I've previously created videos about this, but the methods in those videos has become buggy after recent Home Assistant updates. This technique is much better, and should be future proof as well. Get the full code on Gumroad: mysmarthome.gumroad.com/l/tpspw Please consider becoming a member of the channel to get access ...
Quick channel update
มุมมอง 2.4K3 หลายเดือนก่อน
I just wanted to do a quick channel update telling you about the new Discord server. Support the channel: www.youtube.com/@My_Smart_Home/join www.buymeacoffee.com/mysmarthomeblog Feel free to comment, ask questions, and share your own experiences. Let's learn and grow together! #HomeAssistant #SmartHome #LovelaceUI #Dashboard #Tutorial I use Elevenlabs to generate my voice over recordings. I do...
Switch Zigbee coordinator in Zigbee2MQTT without re-pairing devices (SMLight SLZB-06p7)
มุมมอง 11K3 หลายเดือนก่อน
In this video I'll show you how I switched my zigbee coordinator/dongle to the new SMLight SLZB-06p7 coordinator without having to re-pair all my devices. Check out SMLight: smlight.tech/ Support the channel: www.buymeacoffee.com/mysmarthomeblog mysmarthome.gumroad.com/ Feel free to comment, ask questions, and share your own experiences. Let's learn and grow together! #HomeAssistant #SmartHome ...
Scrollable Chip Cards UPDATE
มุมมอง 3.4K4 หลายเดือนก่อน
In this video I'll show you some updates I've done to the scrollable Chip Cards that I made in the previous video. Get the full code on Gumroad: mysmarthome.gumroad.com/l/pmcww Support the channel: www.buymeacoffee.com/mysmarthomeblog Feel free to comment, ask questions, and share your own experiences. Let's learn and grow together! Links: github.com/jcwillox/lovelace-paper-buttons-row Create C...
Create Scrollable Chip Cards in Home Assistant
มุมมอง 7K4 หลายเดือนก่อน
In this video I'll show you how to create a row of scrollable Chip Cards for your Home Assistant dashboards. With this neat trick you could fit a bunch more information without taking up a lot of dashboard real estate. Get the full code on Gumroad: mysmarthome.gumroad.com/l/pmcww Support the channel: www.buymeacoffee.com/mysmarthomeblog Feel free to comment, ask questions, and share your own ex...
My full Home Assistant mobile dashboard (with code and custom theme)
มุมมอง 21K4 หลายเดือนก่อน
In this video I'll finally show you my full mobile dashboard. I'm still working on this dashboard and it's probably never gonna be finished. But I think it's now in a state that its good enough and complete enough to show off. I forgot to mention in the video that my dashboard is in Norwegian. Hopefully you don't mind and can still follow along. This time, you'll be able to get the full code an...
Sensor Card with Scrolling text in Home Assistant
มุมมอง 6K6 หลายเดือนก่อน
Sensor Card with Scrolling text in Home Assistant
Washing Machine card in Home Assistant (new version)
มุมมอง 12K6 หลายเดือนก่อน
Washing Machine card in Home Assistant (new version)
Colorful Light Sliders in Home Assistant
มุมมอง 7K7 หลายเดือนก่อน
Colorful Light Sliders in Home Assistant
How I setup my Automations and Holiday Mode in Home Assistant
มุมมอง 7K7 หลายเดือนก่อน
How I setup my Automations and Holiday Mode in Home Assistant
Testing the SONOFF Human Presence Sensor (SNZB-06P)
มุมมอง 11K7 หลายเดือนก่อน
Testing the SONOFF Human Presence Sensor (SNZB-06P)
Minimalist Thermostat Card in Home Assistant
มุมมอง 8K8 หลายเดือนก่อน
Minimalist Thermostat Card in Home Assistant
Creating a Weather Dashboard in Home Assistant (HA version 2024.4)
มุมมอง 9K8 หลายเดือนก่อน
Creating a Weather Dashboard in Home Assistant (HA version 2024.4)
Create your own Chip Cards in Home Assistant
มุมมอง 9K8 หลายเดือนก่อน
Create your own Chip Cards in Home Assistant
Minimalist Room Card and Layout in Home Assistant
มุมมอง 12K9 หลายเดือนก่อน
Minimalist Room Card and Layout in Home Assistant
NSPanel Pro Dashboard Code Walkthrough
มุมมอง 6K9 หลายเดือนก่อน
NSPanel Pro Dashboard Code Walkthrough
My NSPanel Pro Home Assistant Dashboard
มุมมอง 26K10 หลายเดือนก่อน
My NSPanel Pro Home Assistant Dashboard
Create Local Dashboard Tabs in Home Assistant
มุมมอง 6K10 หลายเดือนก่อน
Create Local Dashboard Tabs in Home Assistant
Advanced Room Card for Home Assistant UPDATE
มุมมอง 10K10 หลายเดือนก่อน
Advanced Room Card for Home Assistant UPDATE
Amazing video and I bought your code. After applying my own entities the style is not applied (e.g. background color). The other stuff is working fine. What could be the issue? - type: template icon: mdi:lamp tap_action: action: toggle entity: light.overloop_light_dimmer card_mod: style: | ha-card { --chip-background: {{ 'green' if is_state('light.overloop_light_dimmer', 'on') else 'red' }}; padding: 5px!important; border-radius: 100px!important; }
Thanks for sharing! How can I change the outline color to match my other cards? Your is lighter and I'm using darker one.
Any troubleshooting tips? After following this I get error while starting zigbee-herdsman
Is there any workaround for a button that turns on a script to stay colored yellow just like the normal switch buttons? Can't figure it out :D, I understand that there is no trackable state in a script but there surely is a workaround isn't it? :D
Thank you for posting this - it was super easy to follow (especially since you put the code in the description). Worked perfectly the first try! I'm going to try using the "Cleaning" binary sensor to determine when to turn off the input booleans since the "Docked" and "Returning to Dock" states get triggered when it returns to wash the mop.
Thank you for the video, everything is very well explained, and it looks great. I have a question: How can I make it so that clicking on one of the buttons in the sticky bar closes the popup if it is already open?
Looks really good! It looks perfect on my dekstop, but in my phone app it looks like it doesnt cover the entire card, a gray line on top and on the left is showing slightly. I will try to tweak it a bit and see if something works. But overall great video!
Hi, you're very good and very inspiring. I'm encountering an error when using the popup with the Bubble Card and Big Slider Card. Basically, when I open the popup for the first time, the Big Slider doesn't work. After I try to slide, the light turns off and then starts working again. Have you ever encountered this issue?
Cool result but I just studied the guide. It's like a battle against the manufacturer, who wants to prevent at all costs. That I use the ns panal without its bridge. It's one thing to go to all this trouble, but it's quite another to support such a manufacturer by buying it. I'd rather buy a Shelly Wall Display.
Did I brick my stick ? I mistakenly pasted the IEEE i got from existing dongle the 0x IEEE and did not modify to omit the 0x or add colons between pairs but the Flash proceeded. My now current IEEE is as 0x string !
Great solution!
I love me some home assistant but I have no clue why people make such a deal out of robot vacuums with it. I bought a robot vacuum for $800 once. It got stuck in my sliding door every day (with the electronic barriers up). Even if it didn’t then it would get stuck on a chair leg or suck up a sock and then beep. I’m sure they’re great for vacant homes though!
Should pick up your socks man 😉
the boss... thx again... now gumroad for me !!!!
I was just working on automating my xiaomi x20+. Hopefully this will help. Just need to find some time 😅
A tutorial for the sub pages would be great!
Dude we really dont mind longer videos, be as detailed as you want! Its amazing to see examples of such ingenious ways to play around with home assistant as you do!
Yeah I know. But it takes longer to make longer content.
Home automation is really addictive lol. I mean we could just go into the Roborock app to do all the tasks in this video to keep it simple, but here we are creating scripts in home assistant to do the same. Gotta love it!
My reason for using Home Assistant in the first place is so that I can collect all my devices into one central system/app. I dont want to use on app for my vacuum, another for my lights, and another for my thermostats and so on. Having it all inside Home Assistant is great. On top of that automations in Home Assistant is just on another level to those other apps. Can you make the vacuum run when everyone has left the house with the Roborock app for example?
I’m also looking to not have it run when I’m away on vacation since there is no activity, so having HA handle that without my input is great.
@@My_Smart_Home I agree 100%. That's why I use HA as well. My comment was a bit of self-reflection.
I did this last week but took a slightly different method and my code is not as tidy as yours. I also included a repeat function so I can choose 1 to 3 times to repeat. I also spilt vacuum and mop into separate scripts. This way, if I am vacuuming a room that is carpet only, the mop will not be washed before cleaning.
I wish eufy s1 pro had HA support to implement your idea
hey thanks, it looks good. And I also recognized that the last script was actually a bit unstable. For emptying the dust collection, I did that for my old S5 MaxV: I used the 'cleaned squaremeter' entity, since the robot is counting this with every cleaning run. When the state is returning after a cleaning, I wrote the cleaned square meter value into a input_number_helper. 3 full cleaning runs was the maximum for our house - meaning 3x 85m2 = 255 m² - then the dust collection was full. I created a sensor, that calculate the square meter value and expose a percentage value: 255m2 = 100%. Every cleaning - whether it's a full run or just a single room cleaning - the percentage is increased, due to the raising value of the input_number_helper. If the sensor is > 95%, the robot was driving to the bin and a notification was sent. The cool thing with this method is, that the actual cleaning square meter is used, instead of cleaning counters. It's also usable, for single room cleanings. Hope this helps
perfect
Awesome! Just a question: what happen if the text is longer than the card?🤔
It will just be hidden out the right side
@@My_Smart_Home could it be scrollable as well then?
@@superchecker295 I guess you can use <marquee></marquee>.. But Ive heard that the function is being removed from browsers, so not sure how long it will work.
Really nice work
Cheers!
The perfect youtube video. Informative and detailed, but still short and straight to the point.
Thanks :D
Please make more videos
Working on it. But busy time now before Christmas 🤪
nice tutorial! tip: you dont have to restart HA to initiate a new template-sensor, there is a option to only reload template-entities (In norwegian its "Malentiteter")
How to add some keyframe animation to the card when swtich is on?
There is a way to show the icon for TEMP and HUMIDITY before the state?
Hello. why when I open the dashboard it takes 5-10 sec for room cards to appear? The top slide chips are visible from start
Can you try to rollback Local Conditional Card to version v2.1.0?
@@My_Smart_Home Yep. Problem solved now. Thanks
I feel I am learning a bunch as I slog through this weather card--thank you. One problem is that while some of the icons for weather state work fine (cloudy, partlycloudy, etc.), others do not, snowy and rainy specifically. I've tried a couple of different weather services (Pirateweather & Accuweather). Both report the condition as "rainy" and "snowy". My icons, from Bas, have been renamed from 'snow' and 'rain' to 'snowy' and 'rainy' but these just don't show up. I am guessing it is a cache thing? I don't know how to clear the cache on the NSPanel Pro. Any ideas?
Does it work on other devices? Might have to delete appdata on the NSPanel?
Followed every step about 3 times going insane repeating everything but my side icons go horizontal instead on vertical any reason why is is
Is it possible to implement the same with apple music playlists?
I'm not sure how Apple music works, but think they discuss it here: community.home-assistant.io/t/play-apple-music-playlist-on-apple-tv/70795
Great tutorial! Really nice and clean dasboard card for mobile. Do you know if there is a way to reduce the white space above the name/title field?
I'm so happy I found your channel. This is awesome! I've now set my homepage using these buttons and connected each button to a bubble pop-up. It's for my mobile phone. The homepage buttons don't seem to be adapting to the screen size. Any advice? Also... I don't have a theme applied to my HA. What are you using?
It'd be better if this was a HACS custom card download. I don't wanna maintain these styles for this custom card design. It looks really good though!
Agree, but I have no idea how to do that. Where do I start?
@My_Smart_Home great question! I'm sure there are some templates to get one built. They use GitHub repo links for being loaded too!
Great video! What version of cardmod are you using? Every time i follow a video from you that includes cardmod it looks like the original content is first drawn and then the cardmod styling goes on top. It's only a split second, but it's very jarring. I don't see that in your videos.
It happens for me too. But you could install it directly to your configuration.yaml, it helps a bit. Look at the first section called Performance inprovement here: github.com/thomasloven/lovelace-card-mod
Hello, can you no longer buy your codes with PayPal? only credit card? I Love the Programs. Best regards
Yeah, blame Gumroad, they removed Paypal. I'm looking for options.
Is there a way to change the icon depending on the time of day - Similar to the 'Full weather dashboard' that uses below sun horizon variables? How would this be coded (I've tried, and failed)
Hi, I suggest you look at one of my newer weather videos. This for example: th-cam.com/video/nHf_eq5psV0/w-d-xo.html I go through my code in detail, then you can use this everywhere you have weather icons.
Hi. If you could make it to pull data from google calendar that would be amazing. I'm sure i'm not the only one living in a black-hole for which garbage pickup dates aren't available on any of the providers mentioned in Waste Collection Services
can it be used outdoors?
I dont think I would use it outdoors, maybe under cover. But I dont think its rain-proof.
Hello return ' <div> <div style="background:${color}; height: 12px; width: ${state}%"> </div> </div> ' gives me an error: ButtonCardJSTemplateError: SyntaxError: Invalid or unexpected token in 'var color = "blue"; var state = entity.state; if (state > 75) color = "red"; else if (state ...' if I use only return ' ' the bar appear
me too
Nice, please make a nice alarm card for it also.
I love this and I use it for my phone and wall dashboard. Thank you so much!!! I have beeen trying to make the chip icons a bit bigger, while keeping the selected chip background circular. However I'm not having any luck and the background only has rounded corners, but is not fully circular. Do you know how this can be done?
Again awesome stuff... I alreadY purchased a few of your things... Keep up the good work... Since you mention Music Assistant, could it be easily integrated though with your awesome media card?
No, people are struggling to make custom UI for music assistant, I think that is something they are working on in an upcoming release.
uhh the other design with the more horizontal entity picture and big radius is is really really cool. I think I will adapt that, since otherwise the media card will take a lot of space on a iPhone 12 mini. Will this be part of your next update video you mentioned with regards to join/unjoin speakers?
Yeah sure, I can make a video about that too.
love your vids
Cheers!
0:12 Baddadan, baddadan, baddadan Anywhere we see dem we ah bang pon another one
🤘
Hey, your card looks amazing. I have only one issue with it. It won't change the color when I switch to dark mode. I'm using the theme of minimalist as default but changing to dark doesn't overwrite my color codes. Any idea how to do that?
Hi. I guess you have to change the color codes to the color variables in your theme. Im not quite sure how that theme is set up