Folder Watcher for Home Assistant

Поделиться
HTML-код
  • Опубликовано: 3 авг 2024
  • Folder watcher is internal integration that when enabled allows you to track any changes to files in whatever folder you want to monitor.
    This can be powerful tool and great addition to your existing automation in Home Assistant. And you can extend it with patterns.
    Consider it to be watchdog of your file system.
    ⏵ Folder Watcher integration
    www.home-assistant.io/integra...
    00:00 Intro
    00:21 Thank you all!
    00:46 What is folder watcher
    01:35 Enabling folder watcher integration
    03:02 Further customisation
    04:35 Allowlist necessary folders
    05:03 Tracking multiple folders
    06:13 Folder Watcher automation
    11:43 Final thought and suggestions
    Don't forget to give me a thumb up if you liked this video, subscribe if you still haven't and I'll see you next time!
    Have fun!
    BeardedTinker
    ____________________________________________________________
    🧡 If you would like to support me and this channel, you can JOIN and become channel member on RUclips! 🙏
    ruclips.net/user/BeardedTinker...
    ____________________________________________________________
    📣Follow me on other platforms📣
    ✅Twitter: @BeardedTinker
    ✅Discord: / discord
    ____________________________________________________________
    (*) if any, should indicate links that are affiliated links. They don't cost you anything extra but provide small income to get this channel going, and finance future projects I make.
    #HomeAssistant #SmartHome
  • НаукаНаука

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

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

    Excellent as always. Thank you for inspiring.

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

    Teşekkürler.

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

      So usefull, thanks.
      how can I send, a new created image by a camera, where the name is variable to a mobile as a notification.

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

      Thank you very much :) Really much appreciated

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

      That's easy but also not. I save all new images under same name (overwrite existing), so it' s easier. With Folder watcher, you can use in automation trigger.event.data.path .
      Check sample automation in documentation: www.home-assistant.io/integrations/folder_watcher/#automations
      Mobile app should work the same, but there can be issues with clickAction - it will not open larger image, but browser with URL.
      Here is example that can be used:
      - service: notify.mobile_app
      data:
      message: HEre is new image
      data:
      image: mydomain:8123/local/doorbell.png

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

    +Paul Delisi - you're comments are not showing up due to YT issue

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

      That's weird

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

      It's known issue unfortunately but YT is doing nothing to fix it for a long time.

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

    Great work. is there a way to have the message show the file name and just the folder not the folder hole path? I didn't add the trigger.event.data.path

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

      I've so far found only 3 data events - file, folder and path. Not sure others exist.
      You can play with it and not add first folder but subfolder instead, then it would show only that.