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