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

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

View File

@@ -28,9 +28,8 @@
- alias: Make it Right WatchDog!
trigger:
- platform: time
minutes: /18
seconds: 20
- platform: time_pattern
minutes: '/15'
condition:
- condition: state

View File

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

View File

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

View File

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

View File

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