Changing up some of the bedroom light automations

This commit is contained in:
Jeffrey Stone 2019-11-12 14:34:52 -05:00
parent 11a81daf49
commit 6611e938d0
2 changed files with 16 additions and 11 deletions

View File

@ -145,8 +145,8 @@
action: action:
- service: switch.turn_on - service: switch.turn_on
entity_id: switch.0xf0d1b80000052281_switch # Rainbow Light entity_id: switch.0xf0d1b80000052281_switch # Rainbow Light
- service: light.turn_on - service: scene.turn_on
entity_id: light.0xe20db9fffe003637_light entity_id: scene.skylar_lamp_25
- service: alarm_control_panel.alarm_arm_away - service: alarm_control_panel.alarm_arm_away
entity_id: alarm_control_panel.ah_base_station entity_id: alarm_control_panel.ah_base_station
- id: jeff_lights_out - id: jeff_lights_out
@ -220,12 +220,13 @@
action: action:
- service: scene.turn_on - service: scene.turn_on
entity_id: scene.jeff_night_light entity_id: scene.jeff_night_light
- id: jeff_wake_up - id: jeff_wake_up
alias: Jeff wake up alias: Jeff wake up
initial_state: true initial_state: true
trigger: trigger:
- platform: time - platform: time
at: 05:30:00 at: 04:30:00
condition: condition:
- condition: state - condition: state
entity_id: input_boolean.vacation_mode entity_id: input_boolean.vacation_mode
@ -233,6 +234,7 @@
action: action:
- service: scene.turn_on - service: scene.turn_on
entity_id: scene.jeff_wake_up entity_id: scene.jeff_wake_up
- id: good_night - id: good_night
alias: Good Night alias: Good Night
initial_state: true initial_state: true
@ -256,12 +258,15 @@
- service: light.turn_off - service: light.turn_off
data: data:
entity_id: light.kitchen_cabinets entity_id: light.kitchen_cabinets
- service: scene.turn_on
entity_id: scene.jeff_light_off
- service: script.twitter_notify - service: script.twitter_notify
data_template: data_template:
message: '{{ [ "Good Night from Anchorage House. ", "Time to shut down this message: '{{ [ "Good Night from Anchorage House. ", "Time to shut down this
party. Good Night from Anchorage House. ", "We have come to the end of our party. Good Night from Anchorage House. ", "We have come to the end of our
broadcast day. Oh, who am I kidding. I''ll be up all night watching over Anchorage broadcast day. Oh, who am I kidding. I''ll be up all night watching over Anchorage
House. " ] | random }}' House. " ] | random }}'
- id: outside_lights_on_sunset - id: outside_lights_on_sunset
alias: Outside Lights on at Sunset alias: Outside Lights on at Sunset
initial_state: true initial_state: true
@ -515,7 +520,7 @@
platform: time platform: time
condition: condition:
- condition: state - condition: state
entity_id: binary_sensor.garage_door_contact_2 entity_id: binary_sensor.garage_door
state: 'on' state: 'on'
action: action:
- data: - data:
@ -525,7 +530,7 @@
alias: Garage Closed alias: Garage Closed
initial_state: true initial_state: true
trigger: trigger:
- entity_id: binary_sensor.garage_door_contact_2 - entity_id: binary_sensor.garage_door
from: 'on' from: 'on'
platform: state platform: state
to: 'off' to: 'off'

View File

@ -205,7 +205,7 @@
entities: entities:
light.0xe20db9fffe004207_light: light.0xe20db9fffe004207_light:
state: on state: on
brightness: 20 brightness: 10
- name: jeff bedtime - name: jeff bedtime
entities: entities:
@ -221,31 +221,31 @@
- name: skylar lamp on - name: skylar lamp on
entities: entities:
light.table_lamp_2: light.0xe20db9fffe003637_light:
state: on state: on
brightness: 100 brightness: 100
- name: skylar lamp 75 - name: skylar lamp 75
entities: entities:
light.table_lamp_2: light.0xe20db9fffe003637_light:
state: on state: on
brightness: 75 brightness: 75
- name: skylar lamp 50 - name: skylar lamp 50
entities: entities:
light.table_lamp_2: light.0xe20db9fffe003637_light:
state: on state: on
brightness: 50 brightness: 50
- name: skylar lamp 25 - name: skylar lamp 25
entities: entities:
light.table_lamp_2: light.0xe20db9fffe003637_light:
state: on state: on
brightness: 25 brightness: 25
- name: skylar lamp off - name: skylar lamp off
entities: entities:
light.table_lamp_2: light.0xe20db9fffe003637_light:
state: off state: off
# - name: santa protocol # - name: santa protocol