diff --git a/config/packages/daily.yaml b/config/packages/daily.yaml new file mode 100755 index 0000000..f7b93bf --- /dev/null +++ b/config/packages/daily.yaml @@ -0,0 +1,20 @@ +############################################################################### +# @author : Jeffrey Stone +# @date : 02/19/2019 +# @package : Daily +# @description : Maint Automation that occurs every day +############################################################################### +automation: + # Reset Daily Weather Alerts at 3am + - id: reset_weather_alerts + alias: Reset Weather Alerts + initial_state: true + trigger: + - platform: time + at: '03:00:01' + - platform: homeassistant + event: start + action: + - service: input_boolean.turn_off + entity_id: input_boolean.freeze_warning + \ No newline at end of file