Build One Script to Rule Them All in home Assistant

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

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

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

    Great, I wasn't aware of using parameters. I always used helpers for that. Learned something! Thanks.

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

    Knowledge + simplicity + dry humor and snarky comments = new subscriber!
    Great stuff, and I can't wait to dive into your other videos! Good luck with all the wayward digital assistants!

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

    2 Years late, but the phrase would be "passing variables as parameters". You are essentially correct.

  • @wb2pcv
    @wb2pcv 3 года назад

    Never heard of jinja, but would love to know more (not a programmer.) Thanks for your teaching heart!

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

    I would love to see how you setup your text notifications.

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

    Excellent video, but I missed the info on how exactly you coded the step by step increase in lighting.

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

      Yeah, I didn't cover that part in this one. But in my video on helpers, I talk about how I handle the automating the light transition using the master lights with level script. Although I got through it pretty fast. So I am not sure it is all that step by step. ruclips.net/video/JpC13mLuiQg/видео.html But if you have questions let me know and I can see about breaking it down further.

  • @joelfrojmowicz
    @joelfrojmowicz 3 года назад +1

    Great video. Amazing channel. Keep up the good work!

  • @RookieRay
    @RookieRay 3 года назад +1

    This was really useful thank you

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

    So much info, so little time. Great video. I really want some inexpensive little audio players. Something to play audio notifications. I refuse to buy any google/alexa smart (spying) devices. If I could setup without having to provide account info to register, sure. The just kill the mic. Bad enough with the smart phones. I also don't care to speak out commands. Just me.

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

    Thanks so much for all the videos you have put out. I have learned so much about home assistant from those. I am not an expert programmer but I'm very comfortable with it and I love coding, especially in yaml or js. But jinja templates is so new to me and I get tripped up on the syntax almost always and even using the excellent template test tool under developer tools. So I would love a video explaining in detail about jinja templates, please don't just be focused on basic stuff, I would love as much detail as you can provide. Thanks again.

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

      Right on. I've been tinkering with an idea on doing jinja video.

  • @hartleyelectricalcontracto2537
    @hartleyelectricalcontracto2537 3 года назад

    I really like the way you explain your content, it is really easy to follow along. I have a basic grasp of jinja2 templating but would be really interested in what other's have managed to do with it, there doesn't seem to be many comprehensive guides to using jinja in home assistant on RUclips.

    • @SlackerLabs
      @SlackerLabs  3 года назад +1

      Thanks for the feedback! I will work on a jinja video. I use it a lot and think it can really add to the setup without much work.

  • @matejfoltyn
    @matejfoltyn 3 года назад +1

    Hey, I just wanted to say that even though your videos are very interesting, we see a big transition to GUI implementations and/or blueprints. It will be much easier for us to follow without the code :)
    I get that this approach has its benefits but is more difficult for us noobs ;)

    • @SlackerLabs
      @SlackerLabs  3 года назад

      Yea totally. I try to include the gui piece when I can.

  • @KaidoKurrikoff
    @KaidoKurrikoff 3 года назад

    Great explanation and examples!

  • @heimdallmidgard4670
    @heimdallmidgard4670 3 года назад

    Awesome. Please gibe us more about Ginger.

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

    Love the video so far, but totally unrelated question that sprung up when you showed the Master Bedroom automation- how did you get the lux value from the Aqara motion sensor into HA? As far as I can tell it doesn't pull via the Homekit integration

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

      Using the Zigbee2Mqtt integration it just shows up as one of the attributes. Not sure if the other integrations dont open it up.

  • @liveartrainbow
    @liveartrainbow 3 года назад +1

    Thank you for sharing. Did you think of adding LoRa to create automation for your garden for example?

    • @SlackerLabs
      @SlackerLabs  3 года назад

      I have not even heard of LoRa until right now. But I do plan on adding some automation my garden this spring.

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

    So much to learn, so little time...

  • @rasbe6863
    @rasbe6863 3 года назад

    Another great video Jeff. I am very interested in a video on using Amazon Polly.

    • @SlackerLabs
      @SlackerLabs  3 года назад

      Thanks. Yea. I’ve been working on that video script off and on for a couple of months. It’s getting closer though.

    • @rasbe6863
      @rasbe6863 3 года назад

      @@SlackerLabs looking forward to it. Time to play with the big boys with my notifications

  • @scottk4370
    @scottk4370 3 года назад

    Thanks for the good videos. Shouldn't you also use before sunrise with after sunset as a condition? Would it not just stay true?

    • @SlackerLabs
      @SlackerLabs  3 года назад

      You sure could. I tend to use that for outside lights. Inside since we are up until 10pm the sunrise and sunset option isn’t always ideal if you want the lights only coming on when you are “up.” Ideally I would have a solid way of knowing when everyone is up and then just use that. The time is a poor mans proxy. Lol.

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

    Are these not variables or is it handled differently?

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

      It is essentially variables. But not in the sense that they will stay in memory. They only live long enough to see the automation or script run.

  •  2 года назад

    I wanna be a jinja ninja. not a programmer, but I like to learn stuff,

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

    After about 3 minutes you tell something usefull. Btw totally useless for starters. Show something simple and SHORT. You start with a script of about 400 lines.