Updated to Fix all .88 Breaking changes.
This commit is contained in:
parent
8d96037580
commit
65b92af55e
|
@ -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
|
||||
|
|
|
@ -28,9 +28,8 @@
|
|||
|
||||
- alias: Make it Right WatchDog!
|
||||
trigger:
|
||||
- platform: time
|
||||
minutes: /18
|
||||
seconds: 20
|
||||
- platform: time_pattern
|
||||
minutes: '/15'
|
||||
|
||||
condition:
|
||||
- condition: state
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -57,10 +57,8 @@ automation:
|
|||
to: 'disconnect'
|
||||
for:
|
||||
minutes: 6
|
||||
- platform: time
|
||||
- platform: time_pattern
|
||||
hours: '/4'
|
||||
minutes: 30
|
||||
seconds: 30
|
||||
|
||||
condition:
|
||||
- condition: state
|
||||
|
|
|
@ -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: >
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue