diff --git a/config/automation/System/CucKoo_Clock.yaml b/config/automation/System/CucKoo_Clock.yaml index ea1e13cc..0acc48b2 100755 --- a/config/automation/System/CucKoo_Clock.yaml +++ b/config/automation/System/CucKoo_Clock.yaml @@ -5,12 +5,11 @@ - alias: Cuckoo Clock trigger: - - platform: time - minutes: 00 - seconds: 20 - - platform: time - minutes: 30 - seconds: 00 + - platform: time_pattern + hours: '*' + minutes: '0' + - platform: time_pattern + minutes: '30' condition: - condition: time diff --git a/config/automation/System/watchdog_light.yaml b/config/automation/System/watchdog_light.yaml index 58b7d013..e7a5d6d9 100755 --- a/config/automation/System/watchdog_light.yaml +++ b/config/automation/System/watchdog_light.yaml @@ -28,9 +28,8 @@ - alias: Make it Right WatchDog! trigger: - - platform: time - minutes: /18 - seconds: 20 + - platform: time_pattern + minutes: '/15' condition: - condition: state diff --git a/config/automation/Timed_Triggers/0550.yaml b/config/automation/Timed_Triggers/0550.yaml index 77c505ce..64ad10b7 100755 --- a/config/automation/Timed_Triggers/0550.yaml +++ b/config/automation/Timed_Triggers/0550.yaml @@ -2,7 +2,7 @@ ## Stuff that needs to happen at 05:50am. ###################################################################### -- alias: 'Timed 550.' +- alias: 'Timed 550' trigger: - platform: time at: '05:50:00' diff --git a/config/automation/Timed_Triggers/0650.yaml b/config/automation/Timed_Triggers/0650.yaml index 69604c80..0b6133e3 100755 --- a/config/automation/Timed_Triggers/0650.yaml +++ b/config/automation/Timed_Triggers/0650.yaml @@ -2,7 +2,7 @@ ## Stuff that needs to happen at 08:30am. ###################################################################### -- alias: 'Kids 650.' +- alias: 'Kids 650' trigger: - platform: time at: '06:50:00' diff --git a/config/automation/Timed_Triggers/0830.yaml b/config/automation/Timed_Triggers/0830.yaml index e2768d8b..fe8632df 100755 --- a/config/automation/Timed_Triggers/0830.yaml +++ b/config/automation/Timed_Triggers/0830.yaml @@ -2,7 +2,7 @@ ## Stuff that needs to happen at 08:30am. ###################################################################### -- alias: 'Kids left for the day.' +- alias: 'Kids left for the day' trigger: - platform: time at: '08:30:00' @@ -31,4 +31,3 @@ - service: light.turn_off entity_id: - group.all_lights - diff --git a/config/automation/garadget.yaml b/config/automation/garadget.yaml index 0136483f..71613cf1 100755 --- a/config/automation/garadget.yaml +++ b/config/automation/garadget.yaml @@ -34,9 +34,8 @@ - alias: Is the Garage door Open at night - Checks every 30 minutes or 5 minutes after we drive away. hide_entity: True trigger: - - platform: time + - platform: time_pattern minutes: '/45' - seconds: 00 - platform: state entity_id: group.family to: not_home diff --git a/config/packages/garadget.yaml b/config/packages/garadget.yaml index 6810e47e..4a0b4063 100755 --- a/config/packages/garadget.yaml +++ b/config/packages/garadget.yaml @@ -81,9 +81,8 @@ group: automation: - alias: 'Update Garage Brightness' trigger: - - platform: time + - platform: time_pattern minutes: '/5' - seconds: 00 action: - service: mqtt.publish data: diff --git a/config/packages/ios.yaml b/config/packages/ios.yaml index c9f48f24..c1fd6f76 100755 --- a/config/packages/ios.yaml +++ b/config/packages/ios.yaml @@ -88,9 +88,8 @@ automation: - alias: Medicine Reminder initial_state: true trigger: - - platform: time - minutes: '45' - seconds: '00' + - platform: time_pattern + minutes: '/45' - platform: time at: '21:30:00' - platform: state diff --git a/config/packages/juicenet.yaml b/config/packages/juicenet.yaml index b4470842..96a521a5 100755 --- a/config/packages/juicenet.yaml +++ b/config/packages/juicenet.yaml @@ -57,10 +57,8 @@ automation: to: 'disconnect' for: minutes: 6 - - platform: time + - platform: time_pattern hours: '/4' - minutes: 30 - seconds: 30 condition: - condition: state diff --git a/config/packages/twitter.yaml b/config/packages/twitter.yaml index b470cb80..dd4b1c42 100755 --- a/config/packages/twitter.yaml +++ b/config/packages/twitter.yaml @@ -252,10 +252,9 @@ automation: - alias: 'ThrowBack message' trigger: - - platform: time - hours: '/28' - minutes: 13 - seconds: 00 + - platform: time_pattern + hours: '/23' + minutes: '13' action: - service: notify.ccostan @@ -294,10 +293,9 @@ automation: - alias: 'Random House stats' hide_entity: True trigger: - - platform: time + - platform: time_pattern hours: '/2' minutes: 45 - seconds: 00 condition: - condition: template value_template: > diff --git a/config/script/tweet.yaml b/config/script/tweet.yaml index f442c210..a6e80d9a 100755 --- a/config/script/tweet.yaml +++ b/config/script/tweet.yaml @@ -221,7 +221,7 @@ tweet_engine_image: {{ tweet }} retain: true - - service: notify.BearStoneHA + - service: notify.bearstoneha data_template: message: >- {{ tweet }} #IOT #SmartHome @@ -238,7 +238,7 @@ tweet_engine: {{ tweet }} retain: true - - service: notify.BearStoneHA + - service: notify.bearstoneha data_template: message: >- {{ tweet }} #IOT #SmartHome