2018-01-02 00:00:45 +00:00
######################################################################
## Dark House Little extra light - DARK and Cloudy or just rainy.
######################################################################
- alias : 'Dark House Little extra light'
2020-07-20 18:33:03 +00:00
id : cb94a5bb-7cb3-4e0d-a753-ace01af0bae4
2020-07-28 19:47:46 +00:00
mode : single
2018-01-02 00:00:45 +00:00
trigger :
2020-06-04 13:58:11 +00:00
- platform : state
2023-04-09 18:06:11 +00:00
entity_id : sensor.pirateweather_precip
2020-06-04 13:58:11 +00:00
to : 'rain'
2020-07-02 22:55:48 +00:00
- platform : numeric_state
2023-04-09 18:06:11 +00:00
entity_id : sensor.pirateweather_precip_intensity
2024-06-21 21:56:01 +00:00
above : 0.5
2020-07-28 19:47:46 +00:00
- platform : numeric_state
entity_id : sensor.blitzortung_lightning_counter
above : 1
2018-01-02 00:00:45 +00:00
- platform : state
entity_id : group.family
to : 'home'
from : 'not_home'
2020-06-04 13:51:40 +00:00
- platform : state
entity_id : binary_sensor.sleepnumber_carlo_carlo_is_in_bed
2020-06-04 13:54:14 +00:00
to : 'off'
for : "00:10:00"
2018-01-02 00:00:45 +00:00
condition :
condition : and
conditions :
- condition : or
conditions :
2020-07-02 22:55:48 +00:00
- condition : numeric_state
2023-04-09 18:06:11 +00:00
entity_id : sensor.pirateweather_precip_intensity
2020-07-02 22:55:48 +00:00
above : 0.2
2020-07-28 19:47:46 +00:00
- condition : numeric_state
entity_id : sensor.blitzortung_lightning_counter
above : 1
2018-01-02 00:00:45 +00:00
- condition : state
entity_id : binary_sensor.sleepnumber_carlo_carlo_is_in_bed
state : 'off'
- condition : state
entity_id : binary_sensor.sleepnumber_carlo_stacey_is_in_bed
state : 'off'
- condition : state
entity_id : sun.sun
state : 'above_horizon'
- condition : state
entity_id : group.family
state : 'home'
action :
- service : light.turn_on
2020-07-28 19:47:46 +00:00
data :
entity_id :
- light.living_room_lights
- light.living_room_accents
brightness : 255
kelvin : 5500
2020-07-31 14:30:17 +00:00
2018-01-02 00:00:45 +00:00
- service : script.speech_engine
2020-09-26 14:52:45 +00:00
data :
2024-05-25 00:23:12 +00:00
value1 : "Because of the {{trigger.entity_id.split('_')[2]|replace('precip','rain')|replace('counter','lightning')|replace('carlo','rain') }} {{trigger.entity_id.split('_')[3]|replace('intensity',' ')| replace('carlo','and clouds')}} outside. I will turn on some extra lights in the living room."
2024-06-21 21:56:01 +00:00
call_outside_weather : 1
2018-01-02 00:00:45 +00:00
call_window_check : 1
call_garage_check : 1
2020-07-28 19:47:46 +00:00
- delay :
2020-10-04 19:03:48 +00:00
hours : 3
2018-01-02 00:00:45 +00:00
######################################################################