Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
aa6358ce19
|
|||
abe62888b2
|
|||
0cabab0462
|
|||
034cf2f972
|
|||
1d246e8018
|
|||
5cffb7208f
|
|||
a7b1a53754
|
|||
de5efd39b4
|
@ -1 +1 @@
|
||||
2025.5.2
|
||||
2025.5.3
|
@ -1869,54 +1869,70 @@
|
||||
to: 'on'
|
||||
id: recliner-on
|
||||
trigger: state
|
||||
alias: Recliner Mode On
|
||||
- entity_id: input_boolean.recliner_mode
|
||||
from: 'on'
|
||||
to: 'off'
|
||||
id: recliner-off
|
||||
trigger: state
|
||||
alias: Recliner Mode Off
|
||||
conditions: []
|
||||
actions:
|
||||
- choose:
|
||||
- alias: Routing
|
||||
choose:
|
||||
- conditions:
|
||||
- condition: trigger
|
||||
id: recliner-on
|
||||
alias: Recliner Mode On
|
||||
sequence:
|
||||
- target:
|
||||
entity_id: input_select.basement_studio_scenes
|
||||
data:
|
||||
option: Stairwell
|
||||
action: input_select.select_option
|
||||
alias: Set scene to Stairwell
|
||||
- target:
|
||||
entity_id:
|
||||
- input_boolean.white_noise_basement
|
||||
- input_boolean.studio_quiet
|
||||
data: {}
|
||||
action: input_boolean.turn_on
|
||||
- if:
|
||||
alias: Turn on white noise and Studio Quiet
|
||||
- alias: Turn off TV
|
||||
if:
|
||||
- condition: template
|
||||
value_template: "{% if is_state('media_player.basement_tv','playing') %}\n
|
||||
\ false\n{% elif is_state('media_player.basement_tv','paused') or is_state('media_player.basement_tv','idle')
|
||||
%}\n {{ state_attr('media_player.basement_tv','app_name') in ['TV','Android
|
||||
TV Launcher'] }}\n{% else %}\n false\n{% endif %}\n"
|
||||
alias: If nothing is playing
|
||||
then:
|
||||
- target:
|
||||
entity_id: media_player.basement_tv
|
||||
data: {}
|
||||
action: media_player.turn_off
|
||||
- if:
|
||||
- condition: not
|
||||
alias: Turn off TV
|
||||
enabled: false
|
||||
- alias: Turn off computer monitors
|
||||
if:
|
||||
- alias: If I'm not watching something
|
||||
condition: not
|
||||
conditions:
|
||||
- condition: state
|
||||
entity_id: media_player.tony_asus
|
||||
state: playing
|
||||
alias: PC playing video or music
|
||||
then:
|
||||
- target:
|
||||
entity_id: script.tony_desktop_displays_off
|
||||
data: {}
|
||||
action: script.turn_on
|
||||
alias: Turn off computer monitors
|
||||
enabled: false
|
||||
- conditions:
|
||||
- condition: trigger
|
||||
id: recliner-off
|
||||
alias: Recliner Mode Off
|
||||
sequence:
|
||||
- data: {}
|
||||
target:
|
||||
@ -2046,10 +2062,12 @@
|
||||
- script.tony_desktop_displays_on
|
||||
data: {}
|
||||
action: script.turn_on
|
||||
enabled: false
|
||||
- target:
|
||||
entity_id: media_player.basement_tv
|
||||
data: {}
|
||||
action: media_player.turn_on
|
||||
enabled: false
|
||||
mode: restart
|
||||
- id: '1696286540644'
|
||||
alias: Basement Lights Adaptive Resync
|
||||
|
@ -19,15 +19,15 @@
|
||||
{% if type in ['alerts','full'] %}
|
||||
{% if is_state('input_boolean.tornado_alarm','on') %}
|
||||
We are under a tornado warning. If you are not already in shelter, you should be. Get on it!
|
||||
{% if state_attr('binary_sensor.tornado_warning','confirmed' == true) %}
|
||||
{% if state_attr('binary_sensor.tornado_warning','confirmed') == true %}
|
||||
A tornado has been confirmed in the area. Please take shelter immediately!
|
||||
{% endif %}
|
||||
{% elif is_state('binary_sensor.severe_thunderstorm_warning','on') %}
|
||||
We are under a severe thunderstorm warning.
|
||||
{% if state_attr('binary_sensor.severe_thunderstorm_warning','tornado_possible' == true) %}
|
||||
{% if state_attr('binary_sensor.severe_thunderstorm_warning','tornado_possible') == true %}
|
||||
The incoming storm has the potential to produce a tornado, so please pay attention and prepare to take shelter!
|
||||
{% endif %}
|
||||
{% if state_attr('binary_sensor.severe_thunderstorm_warning','considerable_destructive' == true) %}
|
||||
{% if state_attr('binary_sensor.severe_thunderstorm_warning','considerable_destructive') == true %}
|
||||
This storm has the potential to cause considerable damage. Please take shelter and stay safe!
|
||||
{% endif %}
|
||||
{% elif states('sensor.weatheralerts_active_alerts') > '0' and method != 'dashboard' %}
|
||||
@ -39,7 +39,22 @@
|
||||
There is lightning in the area. Nearest strike is {{ ltgdist }} miles away.
|
||||
{% endif %}
|
||||
{% if is_state('binary_sensor.raining','on') %}
|
||||
It is currently raining. Make sure all doors and windows are closed!
|
||||
{% if states('sensor.home_tempest_cloud_sensors_precipitation_intensity') not in ['unavailable','unknown','no_rain'] %}
|
||||
{% set intensity = states('sensor.home_tempest_cloud_sensors_precipitation_intensity') %}
|
||||
{% if intensity == 'very_light' %}
|
||||
There is currently a very light drizzle falling.
|
||||
{% elif intensity == 'light' %}
|
||||
There is currently light rain falling. Front porch windows should be okay, but other windows should be closed.
|
||||
{% elif intensity == 'moderate' %}
|
||||
It is raining pretty good outside, you should probably make sure all windows are closed.
|
||||
{% elif intensity in ['heavy','very_heavy'] %}
|
||||
There is heavy rain falling, please make sure all doors and windows are closed at this time.
|
||||
{% elif intensity == 'extreme' %}
|
||||
It is raining extremely hard outside. Make sure all doors and windows are closed, and I recommend staying inside until it calms down. Perhaps check for roof leaks as well.
|
||||
{% endif %}
|
||||
{% else %}
|
||||
It is currently raining. Make sure all doors and windows are closed!
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% if state_attr('weather.iron_nerd_weather_station','visibility') | int < 3 %}
|
||||
@ -60,15 +75,15 @@
|
||||
{% endif %}
|
||||
{% if is_state('input_boolean.tornado_alarm','on') %}
|
||||
"We are under a tornado warning. If you are not already in shelter, you should be. Get on it! "
|
||||
{% if state_attr('binary_sensor.tornado_warning','confirmed' == true) %}
|
||||
{% if state_attr('binary_sensor.tornado_warning','confirmed') == true %}
|
||||
"A tornado has been confirmed in the area. Please take shelter immediately! "
|
||||
{% endif %}
|
||||
{% elif is_state('binary_sensor.severe_thunderstorm_warning','on') %}
|
||||
"We are under a severe thunderstorm warning. "
|
||||
{% if state_attr('binary_sensor.severe_thunderstorm_warning','tornado_possible' == true) %}
|
||||
{% if state_attr('binary_sensor.severe_thunderstorm_warning','tornado_possible') == true %}
|
||||
"The incoming storm has the potential to produce a tornado, so please pay attention and prepare to take shelter! "
|
||||
{% endif %}
|
||||
{% if state_attr('binary_sensor.severe_thunderstorm_warning','considerable_destructive' == true) %}
|
||||
{% if state_attr('binary_sensor.severe_thunderstorm_warning','considerable_destructive') == true %}
|
||||
"This storm has the potential to cause considerable damage. Please take shelter and stay safe! "
|
||||
{% endif %}
|
||||
{% elif is_state('input_boolean.tornado_watch','on') %}
|
||||
@ -90,12 +105,49 @@
|
||||
"The nearest lightning strike is {{ ltgdist }} miles away. "
|
||||
{% endif %}
|
||||
{% if is_state('binary_sensor.raining','on') %}
|
||||
{{ [
|
||||
"I have looked outside and determined that it is raining. ",
|
||||
"If you look outside the window, you will notice, it wainin. ",
|
||||
"It wainin sideways! ",
|
||||
"There appears to be excessive moisture currently falling from the sky. Plan accordingly. ",
|
||||
] | random }}
|
||||
{% if states('sensor.home_tempest_cloud_sensors_precipitation_intensity') not in ['unavailable','unknown','no_rain'] %}
|
||||
{% set intensity = states('sensor.home_tempest_cloud_sensors_precipitation_intensity') %}
|
||||
{% if intensity == 'very_light' %}
|
||||
{{ [
|
||||
"There is currently a very light drizzle falling. ",
|
||||
"It is drizzling outside, but it is not too bad. ",
|
||||
"The sky is spitting on us. That's not very nice, but a mild inconvenience at most. "
|
||||
] | random }}
|
||||
{% elif intensity == 'light' %}
|
||||
{{ [
|
||||
"There is currently light rain falling. ",
|
||||
"It is raining lightly outside, but it is not too bad. ",
|
||||
"It kinda wainin outside, but just a little. "
|
||||
] | random }}
|
||||
"Front porch windows should be okay, but other windows should be closed. "
|
||||
{% elif intensity == 'moderate' %}
|
||||
{{ [
|
||||
"It is raining pretty good outside, you should probably make sure all windows are closed. ",
|
||||
"It is raining at a decent rate outside, please make sure all windows are closed. "
|
||||
"If you look outside, you will see that it wainin. "
|
||||
] | random }}
|
||||
{% elif intensity in ['heavy','very_heavy'] %}
|
||||
{{ [
|
||||
"There is heavy rain falling, please make sure all doors and windows are closed at this time. ",
|
||||
"It is raining heavily outside, please make sure all doors and windows are closed. ",
|
||||
"It wainin sideways! Please make sure all doors and windows are closed. "
|
||||
] | random }}
|
||||
{% elif intensity == 'extreme' %}
|
||||
{{ [
|
||||
"It is raining extremely hard outside. ",
|
||||
"There is a torrential downpour outside. ",
|
||||
"Holy crap, I have never seen it rain this hard before. "
|
||||
] | random }}
|
||||
"Make sure all doors and windows are closed, and I recommend staying inside until it calms down. Perhaps check for roof leaks as well. "
|
||||
{% endif %}
|
||||
{% else %}
|
||||
{{ [
|
||||
"I have looked outside and determined that it is raining. ",
|
||||
"If you look outside the window, you will notice, it wainin. ",
|
||||
"It wainin sideways! ",
|
||||
"There appears to be excessive moisture currently falling from the sky. Plan accordingly. ",
|
||||
] | random }}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% if (state_attr('weather.iron_nerd_weather_station','visibility') | int ) < 3 %}
|
||||
{{ [
|
||||
|
@ -68,6 +68,7 @@ weather:
|
||||
{{ forecasts | selectattr('forecast','defined') | map(attribute='forecast') | list | first }}
|
||||
pressure_template: >
|
||||
{% set pressures = [
|
||||
states.sensor.home_tempest_local_slp,
|
||||
states.sensor.home_tempest_cloud_sensors_sea_level_pressure,
|
||||
states.sensor.home_pressure,
|
||||
states.sensor.kdfi_barometric_pressure
|
||||
@ -173,6 +174,7 @@ weather:
|
||||
{{ forecasts | selectattr('forecast','defined') | map(attribute='forecast') | list | first }}
|
||||
pressure_template: >
|
||||
{% set pressures = [
|
||||
states.sensor.home_tempest_local_slp,
|
||||
states.sensor.home_tempest_cloud_sensors_sea_level_pressure,
|
||||
states.sensor.home_pressure,
|
||||
states.sensor.kdfi_barometric_pressure
|
||||
|
@ -44,6 +44,9 @@ input_boolean:
|
||||
adaptive_lighting_adjustments:
|
||||
name: Adaptive Lighting Adjustments
|
||||
icon: mdi:knob
|
||||
sunset_lights_triggered:
|
||||
name: Sunset Lights Triggered
|
||||
icon: mdi:weather-sunset
|
||||
|
||||
input_number:
|
||||
upstairs_bathroom_motion_off_delay:
|
||||
@ -215,6 +218,13 @@ input_number:
|
||||
mode: box
|
||||
unit_of_measurement: lx
|
||||
icon: mdi:sun-wireless
|
||||
sunset_lights_outdoor_lux_threshold:
|
||||
name: Sunset Lights Outdoor Lux Threshold
|
||||
min: 0
|
||||
max: 10000
|
||||
step: 100
|
||||
unit_of_measurement: lx
|
||||
icon: mdi:sun-wireless
|
||||
|
||||
# Settings for adaptive adjustments
|
||||
daytime_colortemp_front_porch:
|
||||
|
@ -854,6 +854,12 @@ adaptive_on_first_floor:
|
||||
adaptive_on_second_floor:
|
||||
alias: Adaptive on Second Floor
|
||||
sequence:
|
||||
- action: switch.turn_on
|
||||
metadata: {}
|
||||
data: {}
|
||||
target:
|
||||
entity_id: switch.adaptive_lighting_stairwell
|
||||
alias: Turn on adaptive lighting in stairwell
|
||||
- if:
|
||||
- condition: state
|
||||
entity_id: light.hallway_overhead
|
||||
|
Reference in New Issue
Block a user