mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
Getting things back in sync?
This commit is contained in:
@@ -2,8 +2,10 @@ alias: 'Almost Bedtime TTS'
|
||||
id: automation_almost_bedtime_tts
|
||||
initial_state: off
|
||||
trigger:
|
||||
platform: time
|
||||
at: input_datetime.kids_five_minute_warning_time
|
||||
trigger: time
|
||||
at:
|
||||
entity_id: input_datetime.kids_bedtime_announcement_time
|
||||
offset: "-300"
|
||||
condition:
|
||||
- condition: state
|
||||
entity_id: input_boolean.announce_bedtime
|
||||
|
||||
@@ -34,7 +34,7 @@ action:
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
target:
|
||||
entity_id: light.master_bedroom_ceiling_hue
|
||||
entity_id: light.master_bedroom_hue
|
||||
data:
|
||||
brightness: '{{ states("input_number.master_bedroom_light_cycle_brightness") | int }}'
|
||||
transition: '{{ states("input_number.master_bedroom_light_cycle_transition") | int }}'
|
||||
|
||||
@@ -34,7 +34,7 @@ action:
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
target:
|
||||
entity_id: light.nursery_ceiling_hue
|
||||
entity_id: light.nursery_hue
|
||||
data:
|
||||
brightness: '{{ states("input_number.nursery_light_cycle_brightness") | int }}'
|
||||
transition: '{{ states("input_number.nursery_light_cycle_transition") | int }}'
|
||||
|
||||
@@ -19,9 +19,9 @@ condition:
|
||||
state: Early Afternoon
|
||||
|
||||
action:
|
||||
- service: homeassistant.turn_on
|
||||
entity_id:
|
||||
- input_boolean.clint_needs_pm_meds
|
||||
# - service: homeassistant.turn_on
|
||||
# entity_id:
|
||||
# - input_boolean.clint_needs_pm_meds
|
||||
|
||||
- service: input_select.select_option
|
||||
data:
|
||||
|
||||
Reference in New Issue
Block a user