Updated to Fix all .88 Breaking changes.

This commit is contained in:
ccostan
2019-02-23 18:03:43 -05:00
parent 8d96037580
commit 65b92af55e
11 changed files with 21 additions and 31 deletions

View File

@@ -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:

View File

@@ -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

View File

@@ -57,10 +57,8 @@ automation:
to: 'disconnect'
for:
minutes: 6
- platform: time
- platform: time_pattern
hours: '/4'
minutes: 30
seconds: 30
condition:
- condition: state

View File

@@ -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: >