mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-09-13 23:36:42 +00:00
Updated to Fix all .88 Breaking changes.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user