My Smart Home
My Smart Home
  • 51
  • 475 088
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.
มุมมอง: 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)
Room Header Cards in Home Assistant
มุมมอง 7K6 หลายเดือนก่อน
Room Header Cards in Home Assistant
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
Vacuum Dashboard in Home Assistant
มุมมอง 9K9 หลายเดือนก่อน
Vacuum Dashboard 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

ความคิดเห็น

  • @rkrythe
    @rkrythe 6 ชั่วโมงที่ผ่านมา

    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; }

  • @MorcegolasMc
    @MorcegolasMc 13 ชั่วโมงที่ผ่านมา

    Thanks for sharing! How can I change the outline color to match my other cards? Your is lighter and I'm using darker one.

  • @MrLeecavturbo
    @MrLeecavturbo 15 ชั่วโมงที่ผ่านมา

    Any troubleshooting tips? After following this I get error while starting zigbee-herdsman

  • @ludmilpan
    @ludmilpan 2 วันที่ผ่านมา

    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

  • @Chsae314
    @Chsae314 3 วันที่ผ่านมา

    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.

  • @dmsteel
    @dmsteel 3 วันที่ผ่านมา

    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?

  • @TVjoakim
    @TVjoakim 7 วันที่ผ่านมา

    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!

  • @SLAXGO
    @SLAXGO 10 วันที่ผ่านมา

    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?

  • @Fani777
    @Fani777 10 วันที่ผ่านมา

    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.

  • @MrLeecavturbo
    @MrLeecavturbo 11 วันที่ผ่านมา

    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 !

  • @gordy65
    @gordy65 11 วันที่ผ่านมา

    Great solution!

  • @NPx231
    @NPx231 12 วันที่ผ่านมา

    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!

    • @My_Smart_Home
      @My_Smart_Home 11 วันที่ผ่านมา

      Should pick up your socks man 😉

  • @MedaPayne
    @MedaPayne 12 วันที่ผ่านมา

    the boss... thx again... now gumroad for me !!!!

  • @jerdejager
    @jerdejager 12 วันที่ผ่านมา

    I was just working on automating my xiaomi x20+. Hopefully this will help. Just need to find some time 😅

  • @ml4319
    @ml4319 12 วันที่ผ่านมา

    A tutorial for the sub pages would be great!

  • @Volgin.
    @Volgin. 12 วันที่ผ่านมา

    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!

    • @My_Smart_Home
      @My_Smart_Home 12 วันที่ผ่านมา

      Yeah I know. But it takes longer to make longer content.

  • @tumbix4
    @tumbix4 12 วันที่ผ่านมา

    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_Smart_Home
      @My_Smart_Home 12 วันที่ผ่านมา

      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?

    • @bcookdc2
      @bcookdc2 11 วันที่ผ่านมา

      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.

    • @tumbix4
      @tumbix4 5 วันที่ผ่านมา

      @@My_Smart_Home I agree 100%. That's why I use HA as well. My comment was a bit of self-reflection.

  • @SkillFullSheep
    @SkillFullSheep 12 วันที่ผ่านมา

    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.

  • @alondinbar6193
    @alondinbar6193 12 วันที่ผ่านมา

    I wish eufy s1 pro had HA support to implement your idea

  • @deralte680
    @deralte680 12 วันที่ผ่านมา

    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

  • @ruslanhopka
    @ruslanhopka 13 วันที่ผ่านมา

    perfect

  • @corkflakes
    @corkflakes 16 วันที่ผ่านมา

    Awesome! Just a question: what happen if the text is longer than the card?🤔

    • @My_Smart_Home
      @My_Smart_Home 16 วันที่ผ่านมา

      It will just be hidden out the right side

    • @superchecker295
      @superchecker295 16 วันที่ผ่านมา

      @@My_Smart_Home could it be scrollable as well then?

    • @My_Smart_Home
      @My_Smart_Home 16 วันที่ผ่านมา

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

  • @markshaz8691
    @markshaz8691 16 วันที่ผ่านมา

    Really nice work

  • @TVjoakim
    @TVjoakim 17 วันที่ผ่านมา

    The perfect youtube video. Informative and detailed, but still short and straight to the point.

  • @kelleywelchy
    @kelleywelchy 17 วันที่ผ่านมา

    Please make more videos

    • @My_Smart_Home
      @My_Smart_Home 17 วันที่ผ่านมา

      Working on it. But busy time now before Christmas 🤪

  • @HangingBack
    @HangingBack 19 วันที่ผ่านมา

    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")

  • @sebytheogre
    @sebytheogre 19 วันที่ผ่านมา

    How to add some keyframe animation to the card when swtich is on?

  • @vjrvideo
    @vjrvideo 20 วันที่ผ่านมา

    There is a way to show the icon for TEMP and HUMIDITY before the state?

  • @sebytheogre
    @sebytheogre 20 วันที่ผ่านมา

    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

    • @My_Smart_Home
      @My_Smart_Home 16 วันที่ผ่านมา

      Can you try to rollback Local Conditional Card to version v2.1.0?

    • @sebytheogre
      @sebytheogre 16 วันที่ผ่านมา

      @@My_Smart_Home Yep. Problem solved now. Thanks

  • @RockynRalphie
    @RockynRalphie 20 วันที่ผ่านมา

    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?

    • @My_Smart_Home
      @My_Smart_Home 16 วันที่ผ่านมา

      Does it work on other devices? Might have to delete appdata on the NSPanel?

  • @Elite_lifestyle
    @Elite_lifestyle 22 วันที่ผ่านมา

    Followed every step about 3 times going insane repeating everything but my side icons go horizontal instead on vertical any reason why is is

  • @alondinbar6193
    @alondinbar6193 22 วันที่ผ่านมา

    Is it possible to implement the same with apple music playlists?

    • @My_Smart_Home
      @My_Smart_Home 21 วันที่ผ่านมา

      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

  • @sjoerde1
    @sjoerde1 22 วันที่ผ่านมา

    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?

  • @MichaelDimitriadis0
    @MichaelDimitriadis0 22 วันที่ผ่านมา

    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?

  • @Saturn2888
    @Saturn2888 23 วันที่ผ่านมา

    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!

    • @My_Smart_Home
      @My_Smart_Home 21 วันที่ผ่านมา

      Agree, but I have no idea how to do that. Where do I start?

    • @Saturn2888
      @Saturn2888 21 วันที่ผ่านมา

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

  • @christophekoeck2040
    @christophekoeck2040 25 วันที่ผ่านมา

    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.

    • @My_Smart_Home
      @My_Smart_Home 24 วันที่ผ่านมา

      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

  • @MrSnowflake05
    @MrSnowflake05 25 วันที่ผ่านมา

    Hello, can you no longer buy your codes with PayPal? only credit card? I Love the Programs. Best regards

    • @My_Smart_Home
      @My_Smart_Home 24 วันที่ผ่านมา

      Yeah, blame Gumroad, they removed Paypal. I'm looking for options.

  • @joshuataylor-smith2505
    @joshuataylor-smith2505 26 วันที่ผ่านมา

    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)

    • @My_Smart_Home
      @My_Smart_Home 24 วันที่ผ่านมา

      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.

  • @piwozniak
    @piwozniak 26 วันที่ผ่านมา

    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

  • @argtorr
    @argtorr 27 วันที่ผ่านมา

    can it be used outdoors?

    • @My_Smart_Home
      @My_Smart_Home 24 วันที่ผ่านมา

      I dont think I would use it outdoors, maybe under cover. But I dont think its rain-proof.

  • @sebytheogre
    @sebytheogre 29 วันที่ผ่านมา

    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

    • @遥小望
      @遥小望 23 ชั่วโมงที่ผ่านมา

      me too

  • @Pyth0nym
    @Pyth0nym หลายเดือนก่อน

    Nice, please make a nice alarm card for it also.

  • @storebatfar
    @storebatfar หลายเดือนก่อน

    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?

  • @superchecker295
    @superchecker295 หลายเดือนก่อน

    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?

    • @My_Smart_Home
      @My_Smart_Home 24 วันที่ผ่านมา

      No, people are struggling to make custom UI for music assistant, I think that is something they are working on in an upcoming release.

  • @deralte680
    @deralte680 หลายเดือนก่อน

    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?

    • @My_Smart_Home
      @My_Smart_Home 24 วันที่ผ่านมา

      Yeah sure, I can make a video about that too.

  • @fabsch1193
    @fabsch1193 หลายเดือนก่อน

    love your vids

  • @HelloHelloXD
    @HelloHelloXD หลายเดือนก่อน

    0:12 Baddadan, baddadan, baddadan Anywhere we see dem we ah bang pon another one

  • @arkadiusbadura1590
    @arkadiusbadura1590 หลายเดือนก่อน

    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?

    • @My_Smart_Home
      @My_Smart_Home หลายเดือนก่อน

      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