mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 04:04:06 +00:00
Get rid of my DAYLIGHT oVERRIDE BOOLEAN. jUST DIDN'T NEED IT anymore.
This commit is contained in:
@@ -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
|
||||
|
@@ -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."
|
||||
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user