Get rid of my DAYLIGHT oVERRIDE BOOLEAN. jUST DIDN'T NEED IT anymore.

This commit is contained in:
ccostan
2020-07-31 10:30:17 -04:00
parent 3fb9e82820
commit 8cc6b35339
6 changed files with 4 additions and 32 deletions

View File

@@ -4,6 +4,7 @@
- alias: 'Sunset Stuff off'
id: 232b95e8-1354-4f63-8ae4-1063f300f2f0
mode: single
trigger:
- platform: sun
event: sunrise
@@ -59,7 +60,6 @@
- service: input_boolean.turn_off
entity_id:
- input_boolean.medicine
- input_boolean.daylight_override
- input_boolean.guest_mode
- service: homeassistant.update_entity #Look for a new Home Assistant Version

View File

@@ -60,10 +60,7 @@
- light.living_room_accents
brightness: 255
kelvin: 5500
- service: input_boolean.turn_on
entity_id:
- input_boolean.daylight_override
- service: script.speech_engine
data_template:
value1: "It is getting a little dark inside the house because of the {{trigger.entity_id.split('_')[2]|replace('precip','rain') }} {{trigger.entity_id.split('_')[3]|replace('intensity',' ')}} outside. I will turn on some extra lights in the living room."

View File

@@ -14,8 +14,6 @@
entity_id: automation.toggle_office_light_onoff
- service: light.toggle
entity_id: light.office_lamp
- service: input_boolean.turn_on
entity_id: input_boolean.daylight_override
- delay:
minutes: 1
# enable this automation - This prevents duplicate pushes.