asosnovsky / Shortumation

[Not Maintained] A better way to write automations in home-assistant without having to install and run a seperate automation engine!
MIT License
299 stars 6 forks source link

Support for home assistant automation packages #145

Closed asosnovsky closed 2 years ago

asosnovsky commented 2 years ago

The automation is stored in config\packages\automations\cover.yaml

package_automations_cover:
  automation:
    - id: "cover_auto_calibrate"
      alias: Auto calibrate covers first Wednesday each month at noon
      (...)

My configuration.yaml looks like this

homeassistant:
  packages: !include_dir_merge_named packages

Originally posted by @martkopecky in https://github.com/asosnovsky/Shortumation/issues/115#issuecomment-1220351771