Sorry...haven't been commiting often..changes yo

This commit is contained in:
Jeffrey Stone 2020-03-17 22:49:21 -04:00
parent c3136853f8
commit f09e152cd5
1 changed files with 41 additions and 28 deletions

View File

@ -108,6 +108,8 @@
entity_id: scene.diminshed_livingroom_lighting entity_id: scene.diminshed_livingroom_lighting
- service: scene.turn_on - service: scene.turn_on
entity_id: scene.diminished_kitchen_lighting entity_id: scene.diminished_kitchen_lighting
- service: scene.turn_on
entity_id: scene.jeff_night_light
- service: alarm_control_panel.aarlo_set_mode - service: alarm_control_panel.aarlo_set_mode
data: data:
entity_id: alarm_control_panel.aarlo_ah_base_station entity_id: alarm_control_panel.aarlo_ah_base_station
@ -136,7 +138,8 @@
{{ [ {{ [
"Good Morning! Time to rise and shine at Anchorage House. ", "Good Morning! Time to rise and shine at Anchorage House. ",
"Good Morning from Anchorage House. Glad to see everyone made it. ", "Good Morning from Anchorage House. Glad to see everyone made it. ",
"Birds are awake, and so is Anchorage House. Good morning everyone! " "Birds are awake, and so is Anchorage House. Good morning everyone!, "
"Good morning. Anchorage House is up and online. "
] | random }} ] | random }}
image: >- image: >-
{{ [ "/config/www/tweet_images/coffee.jpg", {{ [ "/config/www/tweet_images/coffee.jpg",
@ -216,33 +219,33 @@
action: action:
- service: scene.turn_on - service: scene.turn_on
entity_id: scene.jeff_light_on entity_id: scene.jeff_light_on
- id: jeff_alarm # - id: jeff_alarm
alias: Jeff alarm # alias: Jeff alarm
initial_state: true # initial_state: true
trigger: # trigger:
- platform: time # - platform: time
at: 05:15:00 # at: 05:15:00
condition: # condition:
- condition: state # - condition: state
entity_id: input_boolean.vacation_mode # entity_id: input_boolean.vacation_mode
state: 'off' # state: 'off'
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: 04:30:00 # at: 04:30:00
condition: # condition:
- condition: state # - condition: state
entity_id: input_boolean.vacation_mode # entity_id: input_boolean.vacation_mode
state: 'off' # state: 'off'
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
@ -261,6 +264,10 @@
entity_id: switch.incense entity_id: switch.incense
- service: switch.turn_off - service: switch.turn_off
entity_id: switch.artemis entity_id: switch.artemis
- service: switch.turn_off
entity_id: switch.forest
- service: switch.turn_off
entity_id: switch.living_room_fan
- service: light.turn_off - service: light.turn_off
data: data:
entity_id: light.kitchen_cabinet_lights entity_id: light.kitchen_cabinet_lights
@ -503,7 +510,7 @@
data_template: data_template:
time: > time: >
{% if states.binary_sensor.workday_sensor.state == 'on' %} {% if states.binary_sensor.workday_sensor.state == 'on' %}
04:30 05:00
{% else %} {% else %}
07:15 07:15
{% endif %} {% endif %}
@ -582,6 +589,9 @@
- condition: state - condition: state
entity_id: switch.living_room_fan entity_id: switch.living_room_fan
state: 'off' state: 'off'
- above: '73'
condition: numeric_state
entity_id: sensor.upstairs_temperature
action: action:
- data: - data:
entity_id: switch.living_room_fan entity_id: switch.living_room_fan
@ -598,6 +608,9 @@
- condition: state - condition: state
entity_id: switch.upstairs_fan entity_id: switch.upstairs_fan
state: 'on' state: 'on'
- below: '72'
condition: numeric_state
entity_id: sensor.upstairs_temperature
- condition: state - condition: state
entity_id: media_player.tsr_6750_a3ed2f entity_id: media_player.tsr_6750_a3ed2f
state: 'off' state: 'off'