delayed updates
This commit is contained in:
@@ -56,29 +56,22 @@
|
||||
entity_id: timer.sleep_timer
|
||||
condition: []
|
||||
action:
|
||||
- service: homeassistant.turn_off
|
||||
target:
|
||||
entity_id: group.basement_lights
|
||||
- service: homeassistant.turn_off
|
||||
target:
|
||||
entity_id:
|
||||
- light.upstairs_light
|
||||
- light.livingroom_lamp
|
||||
- light.bedroom_lamp_left
|
||||
- switch.bedroom_lamp_right
|
||||
- group.outside_lights
|
||||
- light.globe_bulb_2
|
||||
- switch.christmas_tree
|
||||
- service: media_player.play_media
|
||||
data:
|
||||
media_content_id: /media/whitenoisefan.m4a
|
||||
media_content_type: music
|
||||
target:
|
||||
entity_id: media_player.squeezebox_radio
|
||||
- service: light.turn_off
|
||||
target:
|
||||
entity_id: light.upstairs_light
|
||||
data:
|
||||
transition: 10
|
||||
- type: turn_off
|
||||
device_id: 451b184dee654bf08731024d01b4b602
|
||||
entity_id: light.porch_light
|
||||
domain: light
|
||||
- service: input_boolean.turn_on
|
||||
target:
|
||||
entity_id: input_boolean.night_mode
|
||||
@@ -95,7 +88,6 @@
|
||||
target:
|
||||
entity_id:
|
||||
- media_player.lg_tv_remote
|
||||
- media_player.bedroom_tv_chromecast
|
||||
mode: restart
|
||||
- id: '1632963978970'
|
||||
alias: Bedroom lamp on at sunset
|
||||
@@ -115,14 +107,9 @@
|
||||
entity_id: device_tracker.jen
|
||||
state: home
|
||||
action:
|
||||
- type: turn_on
|
||||
device_id: 4850dbfbf153e58dd801ca200dcd79d6
|
||||
entity_id: light.bedroom_lamp_left
|
||||
domain: light
|
||||
brightness_pct: 45
|
||||
- service: homeassistant.turn_on
|
||||
target:
|
||||
entity_id: switch.bedroom_lamp_right
|
||||
entity_id: group.bedroom_lights
|
||||
mode: single
|
||||
- id: '1633200241746'
|
||||
alias: Office Button Presses
|
||||
@@ -151,15 +138,13 @@
|
||||
target:
|
||||
entity_id: light.bedroom_lamp_left
|
||||
button_long_press:
|
||||
- service: timer.start
|
||||
data:
|
||||
duration: '0'
|
||||
- service: script.turn_on
|
||||
target:
|
||||
entity_id: timer.sleep_timer
|
||||
entity_id: script.start_sleep_timer
|
||||
button_double_press:
|
||||
- service: homeassistant.toggle
|
||||
target:
|
||||
entity_id: switch.bedroom_lamp_right
|
||||
entity_id: light.bedroom_lamp_right
|
||||
- id: '1633312071688'
|
||||
alias: Shaedyn's Bedtime Countdown
|
||||
description: ''
|
||||
@@ -244,18 +229,18 @@
|
||||
brightness_pct: 15
|
||||
mode: single
|
||||
- id: '1633561149527'
|
||||
alias: Porch light on at night
|
||||
alias: Outside lights on at night
|
||||
description: ''
|
||||
trigger:
|
||||
- platform: numeric_state
|
||||
entity_id: sun.sun
|
||||
below: '-1'
|
||||
below: '1'
|
||||
attribute: elevation
|
||||
condition: []
|
||||
action:
|
||||
- service: light.turn_on
|
||||
- service: homeassistant.turn_on
|
||||
target:
|
||||
entity_id: light.porch_light
|
||||
entity_id: group.outside_lights
|
||||
mode: single
|
||||
- id: '1633576069502'
|
||||
alias: Upstairs light bright when shae's door opens
|
||||
@@ -281,7 +266,7 @@
|
||||
to: 'off'
|
||||
for:
|
||||
hours: 0
|
||||
minutes: 1
|
||||
minutes: 5
|
||||
seconds: 0
|
||||
milliseconds: 0
|
||||
- service: light.turn_off
|
||||
|
||||
Reference in New Issue
Block a user