Updated to Fix all .88 Breaking changes.
This commit is contained in:
parent
8d96037580
commit
65b92af55e
|
@ -5,12 +5,11 @@
|
||||||
|
|
||||||
- alias: Cuckoo Clock
|
- alias: Cuckoo Clock
|
||||||
trigger:
|
trigger:
|
||||||
- platform: time
|
- platform: time_pattern
|
||||||
minutes: 00
|
hours: '*'
|
||||||
seconds: 20
|
minutes: '0'
|
||||||
- platform: time
|
- platform: time_pattern
|
||||||
minutes: 30
|
minutes: '30'
|
||||||
seconds: 00
|
|
||||||
|
|
||||||
condition:
|
condition:
|
||||||
- condition: time
|
- condition: time
|
||||||
|
|
|
@ -28,9 +28,8 @@
|
||||||
|
|
||||||
- alias: Make it Right WatchDog!
|
- alias: Make it Right WatchDog!
|
||||||
trigger:
|
trigger:
|
||||||
- platform: time
|
- platform: time_pattern
|
||||||
minutes: /18
|
minutes: '/15'
|
||||||
seconds: 20
|
|
||||||
|
|
||||||
condition:
|
condition:
|
||||||
- condition: state
|
- condition: state
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
## Stuff that needs to happen at 05:50am.
|
## Stuff that needs to happen at 05:50am.
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
- alias: 'Timed 550.'
|
- alias: 'Timed 550'
|
||||||
trigger:
|
trigger:
|
||||||
- platform: time
|
- platform: time
|
||||||
at: '05:50:00'
|
at: '05:50:00'
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
## Stuff that needs to happen at 08:30am.
|
## Stuff that needs to happen at 08:30am.
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
- alias: 'Kids 650.'
|
- alias: 'Kids 650'
|
||||||
trigger:
|
trigger:
|
||||||
- platform: time
|
- platform: time
|
||||||
at: '06:50:00'
|
at: '06:50:00'
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
## Stuff that needs to happen at 08:30am.
|
## Stuff that needs to happen at 08:30am.
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
- alias: 'Kids left for the day.'
|
- alias: 'Kids left for the day'
|
||||||
trigger:
|
trigger:
|
||||||
- platform: time
|
- platform: time
|
||||||
at: '08:30:00'
|
at: '08:30:00'
|
||||||
|
@ -31,4 +31,3 @@
|
||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
entity_id:
|
entity_id:
|
||||||
- group.all_lights
|
- 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.
|
- alias: Is the Garage door Open at night - Checks every 30 minutes or 5 minutes after we drive away.
|
||||||
hide_entity: True
|
hide_entity: True
|
||||||
trigger:
|
trigger:
|
||||||
- platform: time
|
- platform: time_pattern
|
||||||
minutes: '/45'
|
minutes: '/45'
|
||||||
seconds: 00
|
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: group.family
|
entity_id: group.family
|
||||||
to: not_home
|
to: not_home
|
||||||
|
|
|
@ -81,9 +81,8 @@ group:
|
||||||
automation:
|
automation:
|
||||||
- alias: 'Update Garage Brightness'
|
- alias: 'Update Garage Brightness'
|
||||||
trigger:
|
trigger:
|
||||||
- platform: time
|
- platform: time_pattern
|
||||||
minutes: '/5'
|
minutes: '/5'
|
||||||
seconds: 00
|
|
||||||
action:
|
action:
|
||||||
- service: mqtt.publish
|
- service: mqtt.publish
|
||||||
data:
|
data:
|
||||||
|
|
|
@ -88,9 +88,8 @@ automation:
|
||||||
- alias: Medicine Reminder
|
- alias: Medicine Reminder
|
||||||
initial_state: true
|
initial_state: true
|
||||||
trigger:
|
trigger:
|
||||||
- platform: time
|
- platform: time_pattern
|
||||||
minutes: '45'
|
minutes: '/45'
|
||||||
seconds: '00'
|
|
||||||
- platform: time
|
- platform: time
|
||||||
at: '21:30:00'
|
at: '21:30:00'
|
||||||
- platform: state
|
- platform: state
|
||||||
|
|
|
@ -57,10 +57,8 @@ automation:
|
||||||
to: 'disconnect'
|
to: 'disconnect'
|
||||||
for:
|
for:
|
||||||
minutes: 6
|
minutes: 6
|
||||||
- platform: time
|
- platform: time_pattern
|
||||||
hours: '/4'
|
hours: '/4'
|
||||||
minutes: 30
|
|
||||||
seconds: 30
|
|
||||||
|
|
||||||
condition:
|
condition:
|
||||||
- condition: state
|
- condition: state
|
||||||
|
|
|
@ -252,10 +252,9 @@ automation:
|
||||||
|
|
||||||
- alias: 'ThrowBack message'
|
- alias: 'ThrowBack message'
|
||||||
trigger:
|
trigger:
|
||||||
- platform: time
|
- platform: time_pattern
|
||||||
hours: '/28'
|
hours: '/23'
|
||||||
minutes: 13
|
minutes: '13'
|
||||||
seconds: 00
|
|
||||||
|
|
||||||
action:
|
action:
|
||||||
- service: notify.ccostan
|
- service: notify.ccostan
|
||||||
|
@ -294,10 +293,9 @@ automation:
|
||||||
- alias: 'Random House stats'
|
- alias: 'Random House stats'
|
||||||
hide_entity: True
|
hide_entity: True
|
||||||
trigger:
|
trigger:
|
||||||
- platform: time
|
- platform: time_pattern
|
||||||
hours: '/2'
|
hours: '/2'
|
||||||
minutes: 45
|
minutes: 45
|
||||||
seconds: 00
|
|
||||||
condition:
|
condition:
|
||||||
- condition: template
|
- condition: template
|
||||||
value_template: >
|
value_template: >
|
||||||
|
|
|
@ -221,7 +221,7 @@ tweet_engine_image:
|
||||||
{{ tweet }}
|
{{ tweet }}
|
||||||
retain: true
|
retain: true
|
||||||
|
|
||||||
- service: notify.BearStoneHA
|
- service: notify.bearstoneha
|
||||||
data_template:
|
data_template:
|
||||||
message: >-
|
message: >-
|
||||||
{{ tweet }} #IOT #SmartHome
|
{{ tweet }} #IOT #SmartHome
|
||||||
|
@ -238,7 +238,7 @@ tweet_engine:
|
||||||
{{ tweet }}
|
{{ tweet }}
|
||||||
retain: true
|
retain: true
|
||||||
|
|
||||||
- service: notify.BearStoneHA
|
- service: notify.bearstoneha
|
||||||
data_template:
|
data_template:
|
||||||
message: >-
|
message: >-
|
||||||
{{ tweet }} #IOT #SmartHome
|
{{ tweet }} #IOT #SmartHome
|
||||||
|
|
Loading…
Reference in New Issue