When Git Pull does a successfull pull I dont want to restart the whole Home Assistant, just reload scripts and automations mainly.
I would like to see an option to run a script, or trigger an automation after a successfull pull.
When Git Pull does a successfull pull I dont want to restart the whole Home Assistant, just reload scripts and automations mainly.
I would like to see an option to run a script, or trigger an automation after a successfull pull.
action: script.reload
data: {}
# and
action: automation.reload
data: {}
# Or just
action: homeassistant.reload_all
data: {}
so far so good, but I need a trigger for that! The system doesnt know when Git Pull did an update
You know, it doesn’t take much to just do it every hour or something…
Otherwise look at what the add-on gives you, there might be a time/date somewhere to watch or a sensor.
I am NOT gonna reload scripts and automations every hour, aborting running ones! ![]()
This was intended as a feature request but inthe wrong forum, so I’ll just close this and repost it.
![]()