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
302 stars 7 forks source link

Specify where to create new automations #142

Open asosnovsky opened 1 year ago

asosnovsky commented 1 year ago

Right now new automations are either appended to the first configuration key with !include or it adds a include .shortumations/automations.yaml to the config if none exists.

We should have a UI that allows the user to select where the new automations are created.