Compare commits

...

47 Commits

Author SHA1 Message Date
713ddb9f75 Fix Emma's climate scheduling using old logic 2025-04-28 21:33:49 -04:00
10d7ec5e03 Account for overtime in sports reports 2025-04-28 21:33:33 -04:00
95ffb38b7e Exclude RSSI sensors from recorder 2025-04-28 21:32:50 -04:00
b5c295a19d Add config stuff for new default theme 2025-04-24 01:51:11 -04:00
bd9dde2455 Remove eco mode sensors for aircons as they are no longer needed 2025-04-24 01:32:52 -04:00
857870e0b1 Add a few more lights to monitor for unintended switching 2025-04-19 22:50:35 -04:00
003fe6614d Update .HA_VERSION 2025-04-19 22:19:38 -04:00
364c81e8b1 Use night volumes if people are sleeping
#238
2025-04-19 14:37:47 -04:00
0d42142a07 Simplify default speaker volume settings
#238
2025-04-19 14:30:41 -04:00
7d6d72c6ef Update eco mode sensors to reflect new Midea integration in use 2025-04-19 13:58:08 -04:00
41228c1304 Gotta actually CALL an entity to run a service on it...fix #216 2025-04-18 17:49:48 -04:00
b4f4d06d6c Fix scenes using deprecated Hue effect "None" 2025-04-18 17:32:20 -04:00
002919483f Lower-case format period_str 2025-04-16 14:35:14 -04:00
ef548c2df1 Use period_str instead of "inning" 2025-04-16 14:32:28 -04:00
1d60a4df32 Update .HA_VERSION 2025-04-16 14:31:19 -04:00
57c27d4e48 Sports updates are now clock/inning aware
We know at LEAST baseball works. Will have to test hockey at the start of the playoffs in a few days, and football later this year.
2025-04-16 14:23:53 -04:00
c06bd894ae Working on adding clock updates to sports update macros 2025-04-16 13:52:12 -04:00
1b3cf79f25 Reading mode for waifu
#236
2025-04-13 01:50:06 -04:00
7cf9c13e38 Sensor for unavailable lights due to potential light switch usage
home_automation/Home-Assistant-Configs#235
2025-04-13 01:29:20 -04:00
e8c6cd8deb Remove cache parameter from AWS Polly config 2025-04-05 17:14:54 -04:00
df92fc4df6 Remove amazon auto breaths from speech engine 2025-04-05 17:05:19 -04:00
a936b22bb9 Switch AWS Polly from neural voice engine to generative 2025-04-05 16:55:41 -04:00
9aa918d335 Rearrange reboot handling automation, add reset of night modes 2025-04-05 16:55:25 -04:00
c7d6297934 Update .HA_VERSION 2025-04-05 16:54:55 -04:00
ce29e80330 Try to fix Tina Desk Switch weirdness 2025-04-02 15:53:12 -04:00
10deee4f04 Always play Emma wakeup announcement, and play it in common areas 2025-03-29 01:15:20 -04:00
6fa762a113 Adjust scheduling for ridiculously OP air conditioner 2025-03-29 01:10:58 -04:00
7b529895e5 Whole fuckload of changes for Emma's new air conditioner 2025-03-28 21:56:58 -04:00
bdb278dd28 Adjust TTS briefings for K riding the bus
#219
2025-03-24 18:38:55 -04:00
000efa7562 Adjust status macros for K riding the bus
#219
2025-03-24 18:38:54 -04:00
b6911a0f59 Rework scheduling for K riding the bus
#219
2025-03-24 18:38:53 -04:00
d49563435d Raise threshold to show computers on, ignore idle power spikes
This caused my computer to briefly register as on, and thus my Awake switch was turned on and prevented Emma's door alert from playing in the bedroom
2025-03-24 18:38:38 -04:00
1a89d088f6 Automations to deal with Emma Awake toggle 2025-03-24 03:00:13 -04:00
ee6499bec8 Add option for Adjustment request in reporting system 2025-03-22 20:50:01 -04:00
148f78aecd Update .HA_VERSION 2025-03-22 07:20:42 -04:00
49f9e99439 Add warnings for considerable destructive t-storm, confirmed tornado 2025-03-19 17:11:34 -04:00
6254fb5953 Track new weather alert sensors for long-term stats 2025-03-18 01:38:17 -04:00
334b7963e8 Add ability to show when tornado production is possible 2025-03-18 01:37:52 -04:00
4466b17df1 Update .HA_VERSION 2025-03-17 16:12:03 -04:00
f96056edda Use correct sensor for master bedroom temperature in welcome home brief 2025-03-16 04:16:44 -04:00
652b4e7dff Additional editing added for weather briefing 2025-03-16 04:16:16 -04:00
26bcf136e6 Update med scripts to use AI-generated snark 2025-03-14 02:14:46 -04:00
9e90998a21 Update Kallen morning meds script, he can now mark morning meds himself 2025-03-14 00:59:22 -04:00
30c8307272 Improve aircon fan/compressor template sensors 2025-03-14 00:19:26 -04:00
e6b0db142e Update .HA_VERSION 2025-03-14 00:18:59 -04:00
b5dd9621d1 Don't turn basement heat on if it was off 2025-03-11 02:07:15 -04:00
587ac4d203 Update .HA_VERSION 2025-03-08 15:24:32 -05:00
22 changed files with 1093 additions and 717 deletions

View File

@ -1 +1 @@
2025.3.0 2025.4.3

View File

@ -311,102 +311,118 @@
- id: '1651787468337' - id: '1651787468337'
alias: Reboot handling alias: Reboot handling
description: '' description: ''
trigger: triggers:
- platform: homeassistant - event: start
event: start
id: hass_start id: hass_start
- platform: homeassistant trigger: homeassistant
event: shutdown - event: shutdown
id: hass_stop id: hass_stop
condition: [] trigger: homeassistant
action: conditions: []
- if: actions:
- condition: trigger - alias: Routing
id: hass_start choose:
alias: Startup - conditions:
then: - condition: trigger
- delay: id: hass_start
hours: 0 alias: Startup
minutes: 1 sequence:
seconds: 0 - delay:
milliseconds: 0 hours: 0
- service: automation.turn_on minutes: 1
data: {} seconds: 0
target: milliseconds: 0
entity_id: - data: {}
- automation.family_has_arrived target:
- automation.family_has_left entity_id:
- automation.scheduled_alarm_rearm - automation.family_has_arrived
- automation.scheduled_alarm_disarm - automation.family_has_left
- service: switch.turn_off - automation.scheduled_alarm_rearm
target: - automation.scheduled_alarm_disarm
entity_id: action: automation.turn_on
- switch.presence_simulation - if:
data: {}
- if:
- condition: and
conditions:
- condition: state
entity_id: input_boolean.holiday_mode
state: 'on'
alias: Is holiday mode on?
- condition: state - condition: state
entity_id: binary_sensor.early_night_mode entity_id: binary_sensor.early_night_mode
state: 'on' state: 'off'
alias: Is early night mode on? then:
alias: Test conditions - action: input_boolean.turn_off
then: metadata: {}
- service: switch.turn_on data: {}
target:
entity_id:
- input_boolean.give_me_darkness
- input_boolean.night_mode
- input_boolean.goodnight
alias: If early night mode is off, turn off other night-related modes
- target:
entity_id:
- switch.presence_simulation
data: {} data: {}
action: switch.turn_off
- if:
- condition: and
conditions:
- condition: state
entity_id: input_boolean.holiday_mode
state: 'on'
alias: Is holiday mode on?
- condition: state
entity_id: binary_sensor.early_night_mode
state: 'on'
alias: Is early night mode on?
alias: Test conditions
then:
- data: {}
target:
entity_id: switch.animated_scene_{{ states('input_select.holiday_animation')
| lower }}
alias: Turn on the appropriate animated holiday scene
action: switch.turn_on
alias: Turn on animated holiday scene if night time and holiday mode is on
- data: {}
action: script.tony_desktop_refresh
- data: {}
action: script.tina_desktop_refresh
- data: {}
action: script.asus_laptop_refresh
- data: {}
action: script.kallen_desktop_refresh
- data: {}
action: script.win10vm_refresh
- data:
topic: house/basement/server/glances
payload: restart
qos: 0
retain: false
alias: Restart Glances via MQTT
action: mqtt.publish
- data: {}
alias: Reset all speaker volumes
action: script.volume_reset
- if:
- condition: state
entity_id: input_boolean.studio_quiet
state: 'off'
then:
- data:
who: basement
call_ha_started: 1
action: script.status_annc
else:
- stop: Studio has requested quiet, and Jarvis respects this
alias: Announce back online, unless studio has requested quiet
- conditions:
- condition: trigger
id: hass_stop
alias: Shutdown
sequence:
- data:
stop_actions: true
target: target:
entity_id: switch.animated_scene_{{ states('input_select.holiday_animation') entity_id:
| lower }} - automation.family_has_arrived
alias: Turn on the appropriate animated holiday scene - automation.family_has_left
alias: Turn on animated holiday scene if night time and holiday mode is on action: automation.turn_off
- service: script.tony_desktop_refresh
data: {}
- service: script.tina_desktop_refresh
data: {}
- service: script.asus_laptop_refresh
data: {}
- service: script.kallen_desktop_refresh
data: {}
- service: script.win10vm_refresh
data: {}
- service: mqtt.publish
data:
topic: house/basement/server/glances
payload: restart
qos: 0
retain: false
alias: Restart Glances via MQTT
- service: script.volume_reset
data: {}
alias: Reset all speaker volumes
- if:
- condition: state
entity_id: input_boolean.studio_quiet
state: 'off'
then:
- service: script.status_annc
data:
who: basement
call_ha_started: 1
else:
- stop: Studio has requested quiet, and Jarvis respects this
alias: Announce back online, unless studio has requested quiet
- if:
- condition: trigger
id: hass_stop
alias: Shutdown
then:
- service: automation.turn_off
data:
stop_actions: true
target:
entity_id:
- automation.family_has_arrived
- automation.family_has_left
mode: queued mode: queued
- id: '1654547257475' - id: '1654547257475'
alias: Battery Monitoring alias: Battery Monitoring
@ -514,127 +530,126 @@
- id: '1667341156218' - id: '1667341156218'
alias: White Noise alias: White Noise
description: '' description: ''
trigger: triggers:
- platform: state - entity_id:
entity_id:
- input_boolean.white_noise_emma_bedroom - input_boolean.white_noise_emma_bedroom
to: 'on' to: 'on'
from: 'off' from: 'off'
id: emma-on id: emma-on
alias: Emma On alias: Emma On
- platform: state trigger: state
entity_id: - entity_id:
- input_boolean.white_noise_basement - input_boolean.white_noise_basement
to: 'on' to: 'on'
from: 'off' from: 'off'
id: basement-on id: basement-on
alias: Basement On alias: Basement On
- platform: state trigger: state
entity_id: - entity_id:
- input_boolean.white_noise_kallen_bedroom - input_boolean.white_noise_kallen_bedroom
to: 'on' to: 'on'
from: 'off' from: 'off'
id: kallen-on id: kallen-on
alias: Kallen On alias: Kallen On
- platform: state trigger: state
entity_id: - entity_id:
- input_boolean.white_noise_emma_bedroom - input_boolean.white_noise_emma_bedroom
from: 'on' from: 'on'
to: 'off' to: 'off'
id: emma-off id: emma-off
alias: Emma Off alias: Emma Off
- platform: state trigger: state
entity_id: - entity_id:
- input_boolean.white_noise_basement - input_boolean.white_noise_basement
from: 'on' from: 'on'
to: 'off' to: 'off'
id: basement-off id: basement-off
alias: Basement Off alias: Basement Off
- platform: state trigger: state
entity_id: - entity_id:
- input_boolean.white_noise_kallen_bedroom - input_boolean.white_noise_kallen_bedroom
from: 'on' from: 'on'
to: 'off' to: 'off'
id: kallen-off id: kallen-off
alias: Kallen Off alias: Kallen Off
trigger: state
- alias: Emma Timeout - alias: Emma Timeout
platform: state
id: emma-timeout id: emma-timeout
entity_id: entity_id:
- media_player.emma_bedroom_google_speaker - media_player.emma_bedroom_google_speaker
to: 'off' to: 'off'
trigger: state
- alias: Basement Timeout - alias: Basement Timeout
platform: state
id: basement-timeout id: basement-timeout
entity_id: entity_id:
- media_player.basement_google_speaker - media_player.basement_google_speaker
to: 'off' to: 'off'
trigger: state
- alias: Kallen Timeout - alias: Kallen Timeout
platform: state
id: kallen-timeout id: kallen-timeout
entity_id: entity_id:
- media_player.kallen_bedroom_google_speaker - media_player.kallen_bedroom_google_speaker
to: 'off' to: 'off'
condition: [] trigger: state
action: conditions: []
actions:
- choose: - choose:
- conditions: - conditions:
- condition: trigger - condition: trigger
id: emma-on id: emma-on
sequence: sequence:
- alias: Start river sounds - alias: Start river sounds
service: google_assistant_sdk.send_text_command
data: data:
command: give me river noise on emma bedroom speaker command: give me river noise on emma bedroom speaker
- service: media_player.volume_set action: google_assistant_sdk.send_text_command
data: - data:
volume_level: '{{ states(''input_number.emma_bedroom_google_speaker_night_volume'') volume_level: '{{ states(''sensor.emma_bedroom_google_speaker_volume'')
}}' }}'
target: target:
entity_id: media_player.emma_bedroom_google_speaker entity_id: media_player.emma_bedroom_google_speaker
alias: Set volume alias: Set volume
action: media_player.volume_set
alias: Emma On alias: Emma On
- conditions: - conditions:
- condition: trigger - condition: trigger
id: basement-on id: basement-on
sequence: sequence:
- service: google_assistant_sdk.send_text_command - data:
data:
command: give me thunderstorm sounds on basement studio speaker command: give me thunderstorm sounds on basement studio speaker
alias: Start thunderstorm sounds alias: Start thunderstorm sounds
- service: media_player.volume_set action: google_assistant_sdk.send_text_command
data: - data:
volume_level: '{{ states(''input_number.basement_google_speaker_night_volume'') volume_level: '{{ states(''sensor.basement_google_speaker_volume'') }}'
}}'
target: target:
entity_id: media_player.basement_google_speaker entity_id: media_player.basement_google_speaker
alias: Set volume alias: Set volume
action: media_player.volume_set
alias: Basement On alias: Basement On
- conditions: - conditions:
- condition: trigger - condition: trigger
id: kallen-on id: kallen-on
sequence: sequence:
- alias: Start river sounds - alias: Start river sounds
service: google_assistant_sdk.send_text_command
data: data:
command: give me river noise on kallen bedroom speaker command: give me river noise on kallen bedroom speaker
- service: media_player.volume_set action: google_assistant_sdk.send_text_command
data: - data:
volume_level: '{{ states(''input_number.kallen_bedroom_google_speaker_night_volume'') volume_level: '{{ states(''sensor.kallen_bedroom_google_speaker_volume'')
}}' }}'
target: target:
entity_id: media_player.kallen_bedroom_google_speaker entity_id: media_player.kallen_bedroom_google_speaker
alias: Set volume alias: Set volume
action: media_player.volume_set
alias: Kallen On alias: Kallen On
- conditions: - conditions:
- condition: trigger - condition: trigger
id: emma-off id: emma-off
sequence: sequence:
- service: media_player.turn_off - data: {}
data: {}
target: target:
entity_id: media_player.emma_bedroom_google_speaker entity_id: media_player.emma_bedroom_google_speaker
alias: Turn off speaker alias: Turn off speaker
action: media_player.turn_off
- alias: If Emma is awake, reset volume - alias: If Emma is awake, reset volume
if: if:
- condition: state - condition: state
@ -646,49 +661,44 @@
minutes: 0 minutes: 0
seconds: 5 seconds: 5
milliseconds: 0 milliseconds: 0
- service: media_player.volume_set - data:
data: volume_level: '{{ states(''sensor.emma_bedroom_google_speaker_volume'')
volume_level: "{% if is_state('input_boolean.give_me_darkness','on') %}\n }}'
\ {{ states('input_number.emma_bedroom_google_speaker_night_volume')
}}\n{% else %}\n {{ states('input_number.emma_bedroom_google_speaker_day_volume')
}}\n{% endif %}\n"
target: target:
entity_id: media_player.emma_bedroom_google_speaker entity_id: media_player.emma_bedroom_google_speaker
alias: Reset volume alias: Reset volume
action: media_player.volume_set
alias: Emma Off alias: Emma Off
- conditions: - conditions:
- condition: trigger - condition: trigger
id: basement-off id: basement-off
sequence: sequence:
- service: media_player.turn_off - data: {}
data: {}
target: target:
entity_id: media_player.basement_google_speaker entity_id: media_player.basement_google_speaker
alias: Turn off speaker alias: Turn off speaker
action: media_player.turn_off
- delay: - delay:
hours: 0 hours: 0
minutes: 0 minutes: 0
seconds: 5 seconds: 5
milliseconds: 0 milliseconds: 0
- service: media_player.volume_set - data:
data: volume_level: '{{ states(''sensor.basement_google_speaker_volume'') }}'
volume_level: "{% if is_state('input_boolean.give_me_darkness','on') %}\n
{{ states('input_number.basement_google_speaker_night_volume') }}\n{%
else %}\n {{ states('input_number.basement_google_speaker_day_volume')
}}\n{% endif %}\n"
target: target:
entity_id: media_player.basement_google_speaker entity_id: media_player.basement_google_speaker
alias: Reset volume alias: Reset volume
action: media_player.volume_set
alias: Basement Off alias: Basement Off
- conditions: - conditions:
- condition: trigger - condition: trigger
id: kallen-off id: kallen-off
sequence: sequence:
- service: media_player.turn_off - data: {}
data: {}
target: target:
entity_id: media_player.kallen_bedroom_google_speaker entity_id: media_player.kallen_bedroom_google_speaker
alias: Turn off speaker alias: Turn off speaker
action: media_player.turn_off
- alias: If Kallen is awake, reset volume - alias: If Kallen is awake, reset volume
if: if:
- condition: and - condition: and
@ -705,15 +715,13 @@
minutes: 0 minutes: 0
seconds: 5 seconds: 5
milliseconds: 0 milliseconds: 0
- service: media_player.volume_set - data:
data: volume_level: '{{ states(''sensor.kallen_bedroom_google_speaker_volume'')
volume_level: "{% if is_state('input_boolean.give_me_darkness','on') %}\n }}'
\ {{ states('input_number.kallen_bedroom_google_speaker_night_volume')
}}\n{% else %}\n {{ states('input_number.kallen_bedroom_google_speaker_day_volume')
}}\n{% endif %}\n"
target: target:
entity_id: media_player.kallen_bedroom_google_speaker entity_id: media_player.kallen_bedroom_google_speaker
alias: Reset volume alias: Reset volume
action: media_player.volume_set
alias: Kallen Off alias: Kallen Off
- conditions: - conditions:
- condition: trigger - condition: trigger
@ -733,16 +741,16 @@
seconds: 5 seconds: 5
milliseconds: 0 milliseconds: 0
- alias: Start river sounds - alias: Start river sounds
service: google_assistant_sdk.send_text_command
data: data:
command: give me river noise on emma bedroom speaker command: give me river noise on emma bedroom speaker
- service: media_player.volume_set action: google_assistant_sdk.send_text_command
data: - data:
volume_level: '{{ states(''input_number.emma_bedroom_google_speaker_night_volume'') volume_level: '{{ states(''sensor.emma_bedroom_google_speaker_volume'')
}}' }}'
target: target:
entity_id: media_player.emma_bedroom_google_speaker entity_id: media_player.emma_bedroom_google_speaker
alias: Set volume alias: Set volume
action: media_player.volume_set
alias: Emma Timeout alias: Emma Timeout
- conditions: - conditions:
- condition: trigger - condition: trigger
@ -762,16 +770,15 @@
seconds: 5 seconds: 5
milliseconds: 0 milliseconds: 0
- alias: Start thunderstorm sounds - alias: Start thunderstorm sounds
service: google_assistant_sdk.send_text_command
data: data:
command: give me thunderstorm sounds on basement studio speaker command: give me thunderstorm sounds on basement studio speaker
- service: media_player.volume_set action: google_assistant_sdk.send_text_command
data: - data:
volume_level: '{{ states(''input_number.basement_google_speaker_night_volume'') volume_level: '{{ states(''sensor.basement_google_speaker_volume'') }}'
}}'
target: target:
entity_id: media_player.basement_google_speaker entity_id: media_player.basement_google_speaker
alias: Set volume alias: Set volume
action: media_player.volume_set
alias: Basement Timeout alias: Basement Timeout
- conditions: - conditions:
- condition: trigger - condition: trigger
@ -791,16 +798,16 @@
seconds: 5 seconds: 5
milliseconds: 0 milliseconds: 0
- alias: Start river sounds - alias: Start river sounds
service: google_assistant_sdk.send_text_command
data: data:
command: give me river noise on kallen bedroom speaker command: give me river noise on kallen bedroom speaker
- service: media_player.volume_set action: google_assistant_sdk.send_text_command
data: - data:
volume_level: '{{ states(''input_number.kallen_bedroom_google_speaker_night_volume'') volume_level: '{{ states(''sensor.kallen_bedroom_google_speaker_volume'')
}}' }}'
target: target:
entity_id: media_player.kallen_bedroom_google_speaker entity_id: media_player.kallen_bedroom_google_speaker
alias: Set volume alias: Set volume
action: media_player.volume_set
alias: Kallen Timeout alias: Kallen Timeout
mode: parallel mode: parallel
max: 20 max: 20
@ -1310,10 +1317,23 @@
input: input:
dimmer_device: 40c14ccfe958d21d75888a968bbbf908 dimmer_device: 40c14ccfe958d21d75888a968bbbf908
on_short_action: on_short_action:
- data: {} - if:
target: - condition: state
entity_id: light.tina_desk_lights entity_id: light.tina_desk_lights
action: light.turn_on state: 'off'
then:
- action: input_select.select_option
metadata: {}
data:
option: Reset
target:
entity_id: input_select.tina_desk_scenes
else:
- action: light.turn_off
metadata: {}
data: {}
target:
entity_id: light.tina_desk_lights
on_long_action: on_long_action:
- data: - data:
option: Reset option: Reset
@ -5030,38 +5050,6 @@
alias: Update Notification alias: Update Notification
mode: parallel mode: parallel
max: 10 max: 10
- id: '1714595577405'
alias: Emma Bedroom Cooling
description: ''
trigger:
- platform: time
at: input_datetime.emma_bedroom_cooling
alias: At the scheduled cooling time
condition:
- condition: state
entity_id: input_boolean.emma_sleeping
state: 'off'
alias: If Emma is not already asleep
- condition: state
entity_id: input_select.scheduled_climate_mode_emma_bedroom
state: AC
alias: If the AC is scheduled to run
action:
- service: fan.turn_on
metadata: {}
data: {}
target:
entity_id: fan.emma_air_conditioner
alias: Turn on Emma's air conditioner
- service: script.text_notify
data:
who: parents
title: Emma Climate Schedule
message: The air conditioner in Emma's Bedroom has been activated.
type: normal
tag: emma-climate
alias: Send AC notification
mode: restart
- id: '1716497196985' - id: '1716497196985'
alias: Emma Bedtime Rescheduler alias: Emma Bedtime Rescheduler
description: Keeps Emma's bedtime up-to-date with reality description: Keeps Emma's bedtime up-to-date with reality
@ -6097,3 +6085,30 @@
action: script.tina_tylenol action: script.tina_tylenol
mode: parallel mode: parallel
max: 10 max: 10
- id: '1742799079017'
alias: Emma Sleep Handling
description: Awareness of when Emma is asleep or wakes up
triggers:
- trigger: state
entity_id:
- input_boolean.emma_sleeping
from: 'on'
to: 'off'
id: sleep-off
alias: Sleep Off
- trigger: state
entity_id:
- binary_sensor.family_home
from: 'on'
to: 'off'
id: family-left
alias: Family Left
conditions: []
actions:
- action: input_boolean.turn_on
metadata: {}
data: {}
target:
entity_id: input_boolean.emma_awake
alias: Turn on Emma Awake
mode: restart

View File

@ -32,8 +32,16 @@ frontend:
extra_module_url: extra_module_url:
- /hacsfiles/hass-hue-icons/hass-hue-icons.js - /hacsfiles/hass-hue-icons/hass-hue-icons.js
- /hacsfiles/hass-bha-icons/hass-bha-icons.js - /hacsfiles/hass-bha-icons/hass-bha-icons.js
- /hacsfiles/material-you-utilities/material-you-utilities.min.js
javascript_version: latest javascript_version: latest
panel_custom:
- name: material-you-panel
url_path: material-you-configuration
sidebar_title: Material You Utilities
sidebar_icon: mdi:material-design
module_url: /hacsfiles/material-you-utilities/material-you-utilities.min.js
http: http:
use_x_forwarded_for: true use_x_forwarded_for: true
trusted_proxies: trusted_proxies:
@ -107,6 +115,7 @@ recorder:
- sensor.*gpu_core_load - sensor.*gpu_core_load
- sensor.portainer* - sensor.portainer*
- sensor.mosquitto* - sensor.mosquitto*
- sensor.*_rssi
entities: entities:
- sensor.avg_ping - sensor.avg_ping
- sensor.max_ping - sensor.max_ping
@ -321,6 +330,9 @@ influxdb:
- sensor.dimmest_room - sensor.dimmest_room
- sensor.warmest_room_temperature - sensor.warmest_room_temperature
- sensor.coldest_room_temperature - sensor.coldest_room_temperature
- sensor.national_tornado_warnings
- sensor.national_severe_thunderstorm_warnings
- binary_sensor.severe_thunderstorm_warning
logbook: logbook:
include: include:
@ -498,3 +510,6 @@ prometheus:
- sensor.dimmest_room - sensor.dimmest_room
- sensor.warmest_room_temperature - sensor.warmest_room_temperature
- sensor.coldest_room_temperature - sensor.coldest_room_temperature
- sensor.national_tornado_warnings
- sensor.national_severe_thunderstorm_warnings
- binary_sensor.severe_thunderstorm_warning

View File

@ -12,21 +12,64 @@
{% endif %} {% endif %}
{% endmacro %} {% endmacro %}
{% macro period_str(team) %}
{% if state_attr(team,'league') in ['NFL','NCAAF'] %}
quarter
{% elif state_attr(team,'league') == 'MLB' %}
inning
{% else %}
period
{% endif %}
{% endmacro %}
{% macro sports_clock(team) %}
{% macro data() %}
{% set period_str = period_str(team) %}
{% set game_clock = state_attr(team,'clock') | lower %}
{% if state_attr(team,'league') == 'MLB' %}
{% set inning_parts = game_clock.split(' ') %}
in the {{ inning_parts[0] ~ ' of the ' ~ inning_parts[1] ~ ' ' ~ period_str }}
{% else %}
{% if ' - ' in game_clock %}
{% set clock_time, quarter = game_clock.split(' - ') %}
{% if quarter == 'ot' %}
with {{ clock_time ~ ' remaining in overtime' }}
{% else %}
with {{ clock_time ~ ' remaining in the ' ~ quarter ~ ' ' ~ period_str }}
{% endif %}
{% endif %}
{% endif %}
{% endmacro %}
{{ cleanup(data()) }}
{% endmacro %}
{% macro sports_pregame(team) %} {% macro sports_pregame(team) %}
{% macro data() %} {% macro data() %}
{% if state_attr(team,'opponent_name') %}
{% set opponent_name = state_attr(team, 'opponent_name') %}
{% if opponent_name.endswith(' St') %}
{% set opponent_name = opponent_name | replace(' St', ' State') %}
{% endif %}
{% endif %}
{% if is_state(team,'PRE') %} {% if is_state(team,'PRE') %}
{% set date = state_attr(team,'date') | as_timestamp | timestamp_custom('%m-%d') %} {% set date = state_attr(team,'date') | as_timestamp | timestamp_custom('%m-%d') %}
{% if date == now().strftime('%m-%d') %} {% if date == now().strftime('%m-%d') %}
The {{ state_attr(team,'friendly_name') }} will be playing today against {% if state_attr(team,'league') != 'NCAAF'%}the{% endif %} {{ state_attr(team,'opponent_name') }} at {{ state_attr(team,'venue') }}. The {{ state_attr(team,'friendly_name') }} will be playing today against {% if state_attr(team,'league') != 'NCAAF'%}the{% endif %} {{ opponent_name }} at {{ state_attr(team,'venue') }}.
{{ sports_str(team,'start') }} is at {{ state_attr(team,'date') | as_timestamp | timestamp_custom('%I:%M %p') }}. {{ sports_str(team,'start') }} is at {{ state_attr(team,'date') | as_timestamp | timestamp_custom('%I:%M %p') }}.
{% endif %} {% endif %}
{% endif %} {% endif %}
{% endmacro%} {% endmacro %}
{{ cleanup(data()) }} {{ cleanup(data()) }}
{% endmacro %} {% endmacro %}
{% macro sports_main(team) %} {% macro sports_main(team) %}
{% macro data() %} {% macro data() %}
{% if state_attr(team,'opponent_name') %}
{% set opponent_name = state_attr(team, 'opponent_name') %}
{% if opponent_name.endswith(' St') %}
{% set opponent_name = opponent_name | replace(' St', ' State') %}
{% endif %}
{% endif %}
{% if is_state(team,'POST') %} {% if is_state(team,'POST') %}
{% set date = state_attr(team,'date') | as_timestamp | timestamp_custom('%m-%d') %} {% set date = state_attr(team,'date') | as_timestamp | timestamp_custom('%m-%d') %}
{% set yday = (as_timestamp(now()) - (24*3600)) | timestamp_custom('%m-%d') %} {% set yday = (as_timestamp(now()) - (24*3600)) | timestamp_custom('%m-%d') %}
@ -34,11 +77,11 @@
{% if state_attr(team,'clock') in ['postponed','Postponed'] %} {% if state_attr(team,'clock') in ['postponed','Postponed'] %}
The {{ state_attr(team,'friendly_name') }} had their game postponed today, and it will be played at a later date. The {{ state_attr(team,'friendly_name') }} had their game postponed today, and it will be played at a later date.
{% elif (state_attr(team,'team_score') | int) == state_attr(team,'opponent_score') | int %} {% elif (state_attr(team,'team_score') | int) == state_attr(team,'opponent_score') | int %}
The {{ state_attr(team,'friendly_name') }} tied in their game today against {% if state_attr(team,'league') != 'NCAAF'%}the{% endif %} {{ state_attr(team,'opponent_name') }} by a score of {{ state_attr(team,'team_score') }} to {{ state_attr(team,'opponent_score') }}. The {{ state_attr(team,'friendly_name') }} tied in their game today against {% if state_attr(team,'league') != 'NCAAF'%}the{% endif %} {{ opponent_name }} by a score of {{ state_attr(team,'team_score') }} to {{ state_attr(team,'opponent_score') }}.
{% elif state_attr(team,'team_winner') == true %} {% elif state_attr(team,'team_winner') == true %}
The {{ state_attr(team,'friendly_name') }} won their game today against {% if state_attr(team,'league') != 'NCAAF'%}the{% endif %} {{ state_attr(team,'opponent_name') }} by a score of {{ state_attr(team,'team_score') }} to {{ state_attr(team,'opponent_score') }}. The {{ state_attr(team,'friendly_name') }} won their game today against {% if state_attr(team,'league') != 'NCAAF'%}the{% endif %} {{ opponent_name }} by a score of {{ state_attr(team,'team_score') }} to {{ state_attr(team,'opponent_score') }}.
{% elif state_attr(team,'opponent_winner') == true %} {% elif state_attr(team,'opponent_winner') == true %}
The {{ state_attr(team,'friendly_name') }} lost their game today against {% if state_attr(team,'league') != 'NCAAF'%}the{% endif %} {{ state_attr(team,'opponent_name') }} by a score of {{ state_attr(team,'opponent_score') }} to {{ state_attr(team,'team_score') }}. The {{ state_attr(team,'friendly_name') }} lost their game today against {% if state_attr(team,'league') != 'NCAAF'%}the{% endif %} {{ opponent_name }} by a score of {{ state_attr(team,'opponent_score') }} to {{ state_attr(team,'team_score') }}.
{% endif %} {% endif %}
{% if state_attr(team,'clock') not in ['postponed','Postponed'] %} {% if state_attr(team,'clock') not in ['postponed','Postponed'] %}
This brings their record to {{ state_attr(team,'team_record') | replace("-"," and ") }} on the season. This brings their record to {{ state_attr(team,'team_record') | replace("-"," and ") }} on the season.
@ -47,11 +90,11 @@
{% if state_attr(team,'clock') in ['postponed','Postponed'] %} {% if state_attr(team,'clock') in ['postponed','Postponed'] %}
The {{ state_attr(team,'friendly_name') }} had their game postponed yesterday, and it will be played at a later date. The {{ state_attr(team,'friendly_name') }} had their game postponed yesterday, and it will be played at a later date.
{% elif (state_attr(team,'team_score') | int) == state_attr(team,'opponent_score') | int %} {% elif (state_attr(team,'team_score') | int) == state_attr(team,'opponent_score') | int %}
The {{ state_attr(team,'friendly_name') }} tied in their game yesterday against {% if state_attr(team,'league') != 'NCAAF'%}the{% endif %} {{ state_attr(team,'opponent_name') }} by a score of {{ state_attr(team,'team_score') }} to {{ state_attr(team,'opponent_score') }}. The {{ state_attr(team,'friendly_name') }} tied in their game yesterday against {% if state_attr(team,'league') != 'NCAAF'%}the{% endif %} {{ opponent_name }} by a score of {{ state_attr(team,'team_score') }} to {{ state_attr(team,'opponent_score') }}.
{% elif state_attr(team,'team_winner') == true %} {% elif state_attr(team,'team_winner') == true %}
The {{ state_attr(team,'friendly_name') }} won their game yesterday against {% if state_attr(team,'league') != 'NCAAF'%}the{% endif %} {{ state_attr(team,'opponent_name') }} by a score of {{ state_attr(team,'team_score') }} to {{ state_attr(team,'opponent_score') }}. The {{ state_attr(team,'friendly_name') }} won their game yesterday against {% if state_attr(team,'league') != 'NCAAF'%}the{% endif %} {{ opponent_name }} by a score of {{ state_attr(team,'team_score') }} to {{ state_attr(team,'opponent_score') }}.
{% elif state_attr(team,'opponent_winner') == true %} {% elif state_attr(team,'opponent_winner') == true %}
The {{ state_attr(team,'friendly_name') }} lost their game yesterday against {% if state_attr(team,'league') != 'NCAAF'%}the{% endif %} {{ state_attr(team,'opponent_name') }} by a score of {{ state_attr(team,'opponent_score') }} to {{ state_attr(team,'team_score') }}. The {{ state_attr(team,'friendly_name') }} lost their game yesterday against {% if state_attr(team,'league') != 'NCAAF'%}the{% endif %} {{ opponent_name }} by a score of {{ state_attr(team,'opponent_score') }} to {{ state_attr(team,'team_score') }}.
{% endif %} {% endif %}
{% if state_attr(team,'clock') not in ['postponed','Postponed'] %} {% if state_attr(team,'clock') not in ['postponed','Postponed'] %}
This brings their record to {{ state_attr(team,'team_record') | replace("-"," and ") }} on the season. This brings their record to {{ state_attr(team,'team_record') | replace("-"," and ") }} on the season.
@ -59,11 +102,11 @@
{% endif %} {% endif %}
{% elif is_state(team,'IN') %} {% elif is_state(team,'IN') %}
{% if (state_attr(team,'team_score') | int) == (state_attr(team,'opponent_score') | int) %} {% if (state_attr(team,'team_score') | int) == (state_attr(team,'opponent_score') | int) %}
The {{ state_attr(team,'friendly_name') }} are currently tied in their game against {% if state_attr(team,'league') != 'NCAAF'%}the{% endif %} {{ state_attr(team,'opponent_name') }} with a score of {{ state_attr(team,'team_score') }} to {{ state_attr(team,'opponent_score') }}. The {{ state_attr(team,'friendly_name') }} are currently tied in their game against {% if state_attr(team,'league') != 'NCAAF'%}the{% endif %} {{ opponent_name }} with a score of {{ state_attr(team,'team_score') }} to {{ state_attr(team,'opponent_score') }} {{ sports_clock(team) }}.
{% elif (state_attr(team,'team_score') | int) > (state_attr(team,'opponent_score') | int) %} {% elif (state_attr(team,'team_score') | int) > (state_attr(team,'opponent_score') | int) %}
The {{ state_attr(team,'friendly_name') }} are currently winning their game against {% if state_attr(team,'league') != 'NCAAF'%}the{% endif %} {{ state_attr(team,'opponent_name') }} with a score of {{ state_attr(team,'team_score') }} to {{ state_attr(team,'opponent_score') }}. The {{ state_attr(team,'friendly_name') }} are currently winning their game against {% if state_attr(team,'league') != 'NCAAF'%}the{% endif %} {{ opponent_name }} with a score of {{ state_attr(team,'team_score') }} to {{ state_attr(team,'opponent_score') }} {{ sports_clock(team) }}.
{% else %} {% else %}
The {{ state_attr(team,'friendly_name') }} are currently losing their game against {% if state_attr(team,'league') != 'NCAAF'%}the{% endif %} {{ state_attr(team,'opponent_name') }} with a score of {{ state_attr(team,'opponent_score') }} to {{ state_attr(team,'team_score') }}. The {{ state_attr(team,'friendly_name') }} are currently losing their game against {% if state_attr(team,'league') != 'NCAAF'%}the{% endif %} {{ opponent_name }} with a score of {{ state_attr(team,'opponent_score') }} to {{ state_attr(team,'team_score') }} {{ sports_clock(team) }}.
{% endif %} {% endif %}
{% endif %} {% endif %}
{% endmacro %} {% endmacro %}

View File

@ -473,12 +473,11 @@
Collin has Beyond The Bells today after school. Collin has Beyond The Bells today after school.
{% endif %} {% endif %}
{% if is_state('input_boolean.kallen_alternate_pickup','on') %} {% if is_state('input_boolean.kallen_alternate_pickup','on') %}
{{ states('input_text.kallen_pickup') }} will be picking Collin up from school today. {{ states('input_text.kallen_pickup') }} will be picking Collin up from school today.
{% else %}
Pickup today will be at {{ input_datetime_read('input_datetime.kallen_school_day_end') | trim }}.
{% if is_state('input_boolean.kallen_school_early_release','on') %} {% if is_state('input_boolean.kallen_school_early_release','on') %}
And It is early release! Today is an early release day!
{% endif %} {% endif %}
Pickup today will be at {{ input_datetime_read('input_datetime.kallen_school_day_end') | trim }}.
{% endif %} {% endif %}
{% if states('sensor.windows_open') | int > 0 %} {% if states('sensor.windows_open') | int > 0 %}
'I detect that there are windows open. Make sure you close them before you leave, or else the security system will not arm. ' 'I detect that there are windows open. Make sure you close them before you leave, or else the security system will not arm. '
@ -544,10 +543,11 @@
{% endif %} {% endif %}
{% if is_state('input_boolean.kallen_alternate_pickup','on') %} {% if is_state('input_boolean.kallen_alternate_pickup','on') %}
{{ states('input_text.kallen_pickup') }} will be picking him up from school today. {{ states('input_text.kallen_pickup') }} will be picking him up from school today.
{% elif is_state('input_boolean.kallen_school_early_release','on') %} {% if is_state('input_boolean.kallen_school_early_release','on') %}
The school is on an early release schedule, pickup is at {{ input_datetime_read('input_datetime.kallen_school_day_end') | trim }}. The school is on an early release schedule, pickup is at {{ input_datetime_read('input_datetime.kallen_school_day_end') | trim }}.
{% else %} {% else %}
His pickup time is {{ input_datetime_read('input_datetime.kallen_school_day_end') | trim }}. His pickup time is {{ input_datetime_read('input_datetime.kallen_school_day_end') | trim }}.
{% endif %}
{% endif %} {% endif %}
{% else %} {% else %}
{{ identKallen }} has school at {{ input_datetime_read('input_datetime.kallen_school_day_start') | trim }} today. {{ identKallen }} has school at {{ input_datetime_read('input_datetime.kallen_school_day_start') | trim }} today.

View File

@ -19,6 +19,17 @@
{% if type in ['alerts','full'] %} {% if type in ['alerts','full'] %}
{% if is_state('input_boolean.tornado_alarm','on') %} {% 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! 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) %}
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) %}
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) %}
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' %} {% elif states('sensor.weatheralerts_active_alerts') > '0' and method != 'dashboard' %}
Current weather alerts: {{ states('sensor.weather_alert_string') }}. Current weather alerts: {{ states('sensor.weather_alert_string') }}.
{% endif %} {% endif %}
@ -49,6 +60,17 @@
{% endif %} {% endif %}
{% if is_state('input_boolean.tornado_alarm','on') %} {% 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! " "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) %}
"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) %}
"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) %}
"This storm has the potential to cause considerable damage. Please take shelter and stay safe! "
{% endif %}
{% elif is_state('input_boolean.tornado_watch','on') %} {% elif is_state('input_boolean.tornado_watch','on') %}
{{ [ {{ [
"There is currently a tornado watch active. Please keep an eye on the sky and your local weather reports. ", "There is currently a tornado watch active. Please keep an eye on the sky and your local weather reports. ",
@ -106,7 +128,8 @@
{{ weatherInfo(type,method,time) | {{ weatherInfo(type,method,time) |
replace('clear-night','clear') | replace('clear-night','clear') |
replace('partlycloudy','partly cloudy') | replace('partlycloudy','partly cloudy') |
replace('snowy-rainy','a mix of rain and snow') }} replace('snowy-rainy','a mix of rain and snow') |
replace('lightning-rainy','stormy') }}
{% endmacro %} {% endmacro %}
{{ cleanup(data()) }} {{ cleanup(data()) }}
{% endmacro %} {% endmacro %}

View File

@ -11,6 +11,7 @@ report_type:
options: options:
- Bug Report - Bug Report
- New Idea - New Idea
- Adjustment
initial: Bug Report initial: Bug Report
icon: mdi:bug icon: mdi:bug
select_testing: select_testing:

View File

@ -1,20 +1,24 @@
template: template:
- binary_sensor: - binary_sensor:
- name: Emma Aircon - Compressor - name: Emma Bedroom Aircon - Compressor
unique_id: 21bcbb62-823c-43ff-8c2c-26e940324ee6 unique_id: 21bcbb62-823c-43ff-8c2c-26e940324ee6
state: "{{ is_state('fan.emma_air_conditioner','on') and states('sensor.emma_air_conditioner_power') | int > 150 }}" state: "{{ states('sensor.emma_bedroom_aircon_power') | int > 150 }}"
availability: "{{ states('climate.emma_bedroom_aircon') not in ['unknown','unavailable'] }}"
device_class: running device_class: running
- name: Emma Aircon - Fan - name: Emma Bedroom Aircon - Fan
unique_id: 9e3054cf-8f7e-4fef-9da4-5b2f2bc99c9d unique_id: 9e3054cf-8f7e-4fef-9da4-5b2f2bc99c9d
state: "{{ is_state('fan.emma_air_conditioner','on') and states('sensor.emma_air_conditioner_power') | int > 20 }}" state: "{{ states('sensor.emma_bedroom_aircon_power') | int > 20 }}"
availability: "{{ states('climate.emma_bedroom_aircon') not in ['unknown','unavailable'] }}"
device_class: running device_class: running
- name: Master Bedroom Aircon - Compressor - name: Master Bedroom Aircon - Compressor
unique_id: 87051957-1dbc-4d65-b138-e8469728f58f unique_id: 87051957-1dbc-4d65-b138-e8469728f58f
state: "{{ states('climate.master_bedroom_aircon') not in ['off','unknown','unavailable'] and states('sensor.master_bedroom_aircon_power') | int > 150 }}" state: "{{ states('sensor.master_bedroom_aircon_power') | int > 150 }}"
availability: "{{ states('climate.master_bedroom_aircon') not in ['unknown','unavailable'] }}"
device_class: running device_class: running
- name: Master Bedroom Aircon - Fan - name: Master Bedroom Aircon - Fan
unique_id: ae893dd6-129c-4886-a966-a89b958d9f08 unique_id: ae893dd6-129c-4886-a966-a89b958d9f08
state: "{{ states('climate.master_bedroom_aircon') not in ['off','unknown','unavailable'] and states('sensor.master_bedroom_aircon_power') | int > 20 }}" state: "{{ states('sensor.master_bedroom_aircon_power') | int > 20 }}"
availability: "{{ states('climate.master_bedroom_aircon') not in ['unknown','unavailable'] }}"
device_class: running device_class: running
- name: Kallen Fan - Separate Schedule - name: Kallen Fan - Separate Schedule
unique_id: 3f243861-6a1f-412f-b9e3-933b54793b08 unique_id: 3f243861-6a1f-412f-b9e3-933b54793b08
@ -112,16 +116,6 @@ template:
unique_id: 2ce31844-b115-42b8-8213-feccf24e236c unique_id: 2ce31844-b115-42b8-8213-feccf24e236c
state: "{{ state_attr('climate.master_bedroom_aircon','temperature') | float }}" state: "{{ state_attr('climate.master_bedroom_aircon','temperature') | float }}"
availability: "{{ states('climate.master_bedroom_aircon') not in ['unavailable','unknown'] }}" availability: "{{ states('climate.master_bedroom_aircon') not in ['unavailable','unknown'] }}"
- name: "Master Bedroom Eco Mode"
unique_id: edf36e23-adcf-4506-80eb-a14f4ea2fce0
state: "{{ is_state_attr('climate.master_bedroom_aircon','preset_mode','eco') }}"
icon: >-
{% if is_state_attr('climate.master_bedroom_aircon','preset_mode','eco') %}
mdi:home-lightning-bolt
{% else %}
mdi:home-lightning-bolt-outline
{% endif %}
availability: "{{ states('climate.master_bedroom_aircon') not in ['unavailable','unknown'] }}"
- name: "Master Bedroom Aircon Fan Mode" - name: "Master Bedroom Aircon Fan Mode"
unique_id: c0e4f9ba-0c6c-4673-9a75-13f253f2f2e8 unique_id: c0e4f9ba-0c6c-4673-9a75-13f253f2f2e8
state: "{{ state_attr('climate.master_bedroom_aircon','fan_mode') }}" state: "{{ state_attr('climate.master_bedroom_aircon','fan_mode') }}"
@ -138,6 +132,26 @@ template:
mdi:fan-off mdi:fan-off
{% endif %} {% endif %}
availability: "{{ states('climate.master_bedroom_aircon') not in ['unavailable','unknown'] }}" availability: "{{ states('climate.master_bedroom_aircon') not in ['unavailable','unknown'] }}"
- name: "Emma Bedroom Target Temp"
unique_id: b81152a1-d4d9-4e3e-8a78-6039de2884ad
state: "{{ state_attr('climate.emma_bedroom_aircon','temperature') | float }}"
availability: "{{ states('climate.emma_bedroom_aircon') not in ['unavailable','unknown'] }}"
- name: "Emma Bedroom Aircon Fan Mode"
unique_id: d678eb2e-be5b-4626-913d-fc1e32941ead
state: "{{ state_attr('climate.emma_bedroom_aircon','fan_mode') }}"
icon: >
{% if is_state_attr('climate.emma_bedroom_aircon','fan_mode','Auto') %}
mdi:fan-auto
{% elif is_state_attr('climate.emma_bedroom_aircon','fan_mode','Low') %}
mdi:fan-speed-1
{% elif is_state_attr('climate.emma_bedroom_aircon','fan_mode','Medium') %}
mdi:fan-speed-2
{% elif is_state_attr('climate.emma_bedroom_aircon','fan_mode','High') %}
mdi:fan-speed-3
{% else %}
mdi:fan-off
{% endif %}
availability: "{{ states('climate.emma_bedroom_aircon') not in ['unavailable','unknown'] }}"
- name: Living Room Average Temperature - name: Living Room Average Temperature
unique_id: c4a901a6-87e2-4257-b60b-2944be8fdf04 unique_id: c4a901a6-87e2-4257-b60b-2944be8fdf04
state: > state: >
@ -183,16 +197,17 @@ input_boolean:
master_bedroom_climate_protocol: master_bedroom_climate_protocol:
name: Master Bedroom Climate Protocol name: Master Bedroom Climate Protocol
icon: mdi:lightbulb-night icon: mdi:lightbulb-night
emma_bedroom_climate_protocol:
name: Emma Bedroom Climate Protocol
icon: mdi:lightbulb-night
kallen_bedtime_protocol: kallen_bedtime_protocol:
name: Kallen Bedtime Protocol name: Kallen Bedtime Protocol
icon: mdi:lightbulb-night icon: mdi:lightbulb-night
# Turn on when master bedroom air conditioner is installed, turn off in winter when we take it out, for smarter automations # Turn on when air conditioners are installed, turn off in winter when we take them out
master_bedroom_aircon_installed: master_bedroom_aircon_installed:
name: Master Bedroom Aircon Installed name: Master Bedroom Aircon Installed
icon: mdi:tools icon: mdi:tools
# Same thing, but for Emma's bedroom air conditioner
emma_bedroom_aircon_installed: emma_bedroom_aircon_installed:
name: Emma Bedroom Aircon Installed name: Emma Bedroom Aircon Installed
icon: mdi:tools icon: mdi:tools
@ -201,6 +216,9 @@ input_boolean:
master_bedroom_cooling_on: master_bedroom_cooling_on:
name: Master Bedroom Cooling On name: Master Bedroom Cooling On
icon: mdi:snowflake icon: mdi:snowflake
emma_bedroom_cooling_on:
name: Emma Bedroom Cooling On
icon: mdi:snowflake
# Activated if the day will be excessively hot. For use with automations for daytime climate control. # Activated if the day will be excessively hot. For use with automations for daytime climate control.
hot_day: hot_day:
@ -243,6 +261,7 @@ input_select:
name: Scheduled Climate Mode - Emma Bedroom name: Scheduled Climate Mode - Emma Bedroom
options: options:
- AC - AC
- Fan
- Heat - Heat
- White Noise - White Noise
- N/A - N/A
@ -305,13 +324,55 @@ input_number:
step: 1 step: 1
unit_of_measurement: °F unit_of_measurement: °F
icon: mdi:thermometer icon: mdi:thermometer
emma_aircon_threshold: emma_bedroom_daytime_temp:
name: Emma Aircon Threshold name: Emma Bedroom Daytime Temp
min: 65
max: 80
step: 1
unit_of_measurement: °F
icon: mdi:thermometer
emma_bedroom_night_temp:
name: Emma Bedroom Night Temp
min: 65
max: 80
step: 1
unit_of_measurement: °F
icon: mdi:thermometer
emma_bedroom_bedtime_temp:
name: Emma Bedroom Bedtime Temp
min: 65
max: 80
step: 1
unit_of_measurement: °F
icon: mdi:thermometer
emma_bedroom_aircon_run_threshold:
name: Emma Bedroom Aircon Run Threshold
min: 40 min: 40
max: 80 max: 80
step: 1 step: 1
unit_of_measurement: °F unit_of_measurement: °F
icon: mdi:thermometer icon: mdi:thermometer
emma_bedroom_aircon_mode_threshold:
name: Emma Bedroom Aircon Mode Threshold
min: 40
max: 80
step: 1
unit_of_measurement: °F
icon: mdi:thermometer
emma_bedroom_fan_threshold:
name: Emma Bedroom Fan Threshold
min: 30
max: 70
step: 1
unit_of_measurement: °F
icon: mdi:thermometer
emma_bedroom_auto_cooling_threshold:
name: Emma Bedroom Auto Cooling Threshold
min: 70
max: 90
step: 1
unit_of_measurement: °F
icon: mdi:thermometer
kallen_fan_threshold: kallen_fan_threshold:
name: Kallen Fan Threshold name: Kallen Fan Threshold
min: 40 min: 40

View File

@ -257,6 +257,9 @@ automation:
time: > time: >
{% from 'time.jinja' import current_time %} {% from 'time.jinja' import current_time %}
{{ current_time('time',24) }} {{ current_time('time',24) }}
- service: input_boolean.turn_off
target:
entity_id: input_boolean.emma_awake
- conditions: - conditions:
- condition: trigger - condition: trigger
id: bedtime-timer-finished id: bedtime-timer-finished
@ -281,6 +284,9 @@ automation:
datetime: > datetime: >
{% from 'time.jinja' import current_time %} {% from 'time.jinja' import current_time %}
{{ current_time('time',24) }} {{ current_time('time',24) }}
- service: input_boolean.turn_off
target:
entity_id: input_boolean.emma_awake
- id: e59f638a-519f-4619-bf7d-b13251b3a374 - id: e59f638a-519f-4619-bf7d-b13251b3a374
alias: Emma Meds Handler alias: Emma Meds Handler
@ -804,16 +810,11 @@ script:
datetime: > datetime: >
{% from 'time.jinja' import set_datetime %} {% from 'time.jinja' import set_datetime %}
{{ set_datetime(0,5) }} {{ set_datetime(0,5) }}
- if: - service: script.speech_engine
- condition: state data:
entity_id: binary_sensor.basement_occupied who: common
state: 'on' type: normal
then: message: Emma has awoken, so it is time to make your way upstairs now
- service: script.speech_engine
data:
who: basement
type: normal
message: Emma has awoken, so it is time to make your way upstairs now
- service: input_datetime.set_datetime - service: input_datetime.set_datetime
target: target:
entity_id: input_datetime.emma_awake_at entity_id: input_datetime.emma_awake_at
@ -898,26 +899,3 @@ script:
- service: input_boolean.turn_off - service: input_boolean.turn_off
target: target:
entity_id: input_boolean.white_noise_emma_bedroom entity_id: input_boolean.white_noise_emma_bedroom
- if:
- condition: state
entity_id: fan.emma_air_conditioner
state: 'on'
then:
- service: script.turn_on
target:
entity_id: script.emma_aircon_shutoff
emma_aircon_shutoff:
alias: 'Emma Air Conditioner Shutoff'
mode: restart
description: 'Attempt to shut off air conditioner after compressor stops running'
sequence:
- wait_template: "{{ is_state('binary_sensor.emma_aircon_compressor','off') }}"
timeout:
minutes: 15
continue_on_timeout: true
- delay:
seconds: 5
- service: fan.turn_off
target:
entity_id: fan.emma_air_conditioner

View File

@ -31,8 +31,7 @@ tts:
region_name: 'us-east-1' region_name: 'us-east-1'
text_type: ssml text_type: ssml
voice: Joanna voice: Joanna
cache: true engine: generative
engine: neural
conversation: conversation:

View File

@ -489,6 +489,7 @@ input_select:
- Evening Mode - Evening Mode
- Night Mode - Night Mode
- Bright Mode - Bright Mode
- Reading Mode
- Reset - Reset
initial: Select initial: Select
icon: mdi:desk icon: mdi:desk
@ -653,6 +654,25 @@ template:
{% endif %} {% endif %}
device_class: problem device_class: problem
delay_on: "00:00:10" delay_on: "00:00:10"
- name: Light Switch Issue
unique_id: 381e8038-ea96-474c-92ec-d1296dc1369e
state: >
{% set lights = states.light.upstairs_bathroom_lights,
states.light.hallway_overhead,
states.light.downstairs_bathroom_lights,
states.light.living_room_lights,
states.light.front_porch_light %}
{% set issues = lights | selectattr('state','eq','unavailable') | list | count %}
{{ issues > 0 }}
attributes:
issues: >
{% set lights = states.light.upstairs_bathroom_lights,
states.light.hallway_overhead,
states.light.downstairs_bathroom_lights,
states.light.living_room_lights,
states.light.front_porch_light %}
{% set ids = lights | selectattr('state','eq','unavailable') | map(attribute='attributes.friendly_name') | list %}
{{ ids | join(', ') }}
- sensor: - sensor:
- name: "Basement Studio Lights - Brightness Actual" - name: "Basement Studio Lights - Brightness Actual"
unique_id: dee4dc84-a6a0-4150-903e-5b8bd436d962 unique_id: dee4dc84-a6a0-4150-903e-5b8bd436d962

View File

@ -198,6 +198,57 @@ input_number:
step: 0.05 step: 0.05
icon: mdi:knob icon: mdi:knob
template:
- sensor:
- name: "Basement Echo Dot Volume"
state: >
{% if is_state('input_boolean.give_me_darkness','on') %}
{{ states('input_number.basement_echo_dot_night_volume') }}
{% else %}
{{ states('input_number.basement_echo_dot_day_volume') }}
{% endif %}
icon: mdi:volume-high
- name: "Basement Google Speaker Volume"
state: >
{% if is_state('input_boolean.give_me_darkness','on') %}
{{ states('input_number.basement_google_speaker_night_volume') }}
{% else %}
{{ states('input_number.basement_google_speaker_day_volume') }}
{% endif %}
icon: mdi:volume-high
- name: "Living Room Echo Dot Volume"
state: >
{% if is_state('input_boolean.give_me_darkness','on') %}
{{ states('input_number.living_room_echo_dot_night_volume') }}
{% else %}
{{ states('input_number.living_room_echo_dot_day_volume') }}
{% endif %}
icon: mdi:volume-high
- name: "Master Bedroom Echo Dot Volume"
state: >
{% if is_state('input_boolean.give_me_darkness','on') or is_state('binary_sensor.people_sleeping','on') %}
{{ states('input_number.master_bedroom_echo_dot_night_volume') }}
{% else %}
{{ states('input_number.master_bedroom_echo_dot_day_volume') }}
{% endif %}
icon: mdi:volume-high
- name: "Kallen Bedroom Google Speaker Volume"
state: >
{% if is_state('input_boolean.give_me_darkness','on') or is_state('input_boolean.kallen_sleeping','on') %}
{{ states('input_number.kallen_bedroom_google_speaker_night_volume') }}
{% else %}
{{ states('input_number.kallen_bedroom_google_speaker_day_volume') }}
{% endif %}
icon: mdi:volume-high
- name: "Emma Bedroom Google Speaker Volume"
state: >
{% if is_state('input_boolean.give_me_darkness','on') or is_state('input_boolean.emma_sleeping','on') %}
{{ states('input_number.emma_bedroom_google_speaker_night_volume') }}
{% else %}
{{ states('input_number.emma_bedroom_google_speaker_day_volume') }}
{% endif %}
icon: mdi:volume-high
# Amazon Polly Sensors to see last message and location of audible notification # Amazon Polly Sensors to see last message and location of audible notification
mqtt: mqtt:
sensor: sensor:
@ -325,24 +376,14 @@ script:
- condition: template - condition: template
value_template: > value_template: >
{% set current = state_attr('media_player.basement_echo_dot','volume_level') | float %} {% set current = state_attr('media_player.basement_echo_dot','volume_level') | float %}
{% set night = states('input_number.basement_echo_dot_night_volume') | float %} {% set expected = states('sensor.basement_echo_dot_volume') | float %}
{% set day = states('input_number.basement_echo_dot_day_volume') | float %} {{ current != expected }}
{% if is_state('input_boolean.give_me_darkness','on') %}
{{ current != night }}
{% else %}
{{ current != day }}
{% endif %}
then: then:
- service: media_player.volume_set - service: media_player.volume_set
target: target:
entity_id: media_player.basement_echo_dot entity_id: media_player.basement_echo_dot
data: data:
volume_level: > volume_level: "{{ states('sensor.basement_echo_dot_volume') }}"
{% if is_state('input_boolean.give_me_darkness','on') %}
{{ states('input_number.basement_echo_dot_night_volume') }}
{% else %}
{{ states('input_number.basement_echo_dot_day_volume') }}
{% endif %}
# Basement Google Speaker # Basement Google Speaker
- if: - if:
- condition: and - condition: and
@ -373,24 +414,14 @@ script:
- condition: template - condition: template
value_template: > value_template: >
{% set current = state_attr('media_player.basement_google_speaker','volume_level') | float %} {% set current = state_attr('media_player.basement_google_speaker','volume_level') | float %}
{% set night = states('input_number.basement_google_speaker_night_volume') | float %} {% set expected = states('sensor.basement_google_speaker_volume') | float %}
{% set day = states('input_number.basement_google_speaker_day_volume') | float %} {{ current != expected }}
{% if is_state('input_boolean.give_me_darkness','on') %}
{{ current != night }}
{% else %}
{{ current != day }}
{% endif %}
then: then:
- service: media_player.volume_set - service: media_player.volume_set
target: target:
entity_id: media_player.basement_google_speaker entity_id: media_player.basement_google_speaker
data: data:
volume_level: > volume_level: "{{ states('sensor.basement_google_speaker_volume') }}"
{% if is_state('input_boolean.give_me_darkness','on') %}
{{ states('input_number.basement_google_speaker_night_volume') }}
{% else %}
{{ states('input_number.basement_google_speaker_day_volume') }}
{% endif %}
- service: media_player.volume_mute - service: media_player.volume_mute
target: target:
entity_id: media_player.basement_google_speaker entity_id: media_player.basement_google_speaker
@ -405,24 +436,14 @@ script:
- condition: template - condition: template
value_template: > value_template: >
{% set current = state_attr('media_player.living_room_echo_dot','volume_level') | float %} {% set current = state_attr('media_player.living_room_echo_dot','volume_level') | float %}
{% set night = states('input_number.living_room_echo_dot_night_volume') | float %} {% set expected = states('sensor.living_room_echo_dot_volume') | float %}
{% set day = states('input_number.living_room_echo_dot_day_volume') | float %} {{ current != expected }}
{% if is_state('input_boolean.give_me_darkness','on') %}
{{ current != night }}
{% else %}
{{ current != day }}
{% endif %}
then: then:
- service: media_player.volume_set - service: media_player.volume_set
target: target:
entity_id: media_player.living_room_echo_dot entity_id: media_player.living_room_echo_dot
data: data:
volume_level: > volume_level: "{{ states('sensor.living_room_echo_dot_volume') }}"
{% if is_state('input_boolean.give_me_darkness','on') %}
{{ states('input_number.living_room_echo_dot_night_volume') }}
{% else %}
{{ states('input_number.living_room_echo_dot_day_volume') }}
{% endif %}
# Master Bedroom Echo Dot # Master Bedroom Echo Dot
- if: - if:
- condition: state - condition: state
@ -435,24 +456,14 @@ script:
- condition: template - condition: template
value_template: > value_template: >
{% set current = state_attr('media_player.master_bedroom_echo_dot','volume_level') | float %} {% set current = state_attr('media_player.master_bedroom_echo_dot','volume_level') | float %}
{% set night = states('input_number.master_bedroom_echo_dot_night_volume') | float %} {% set expected = states('sensor.master_bedroom_echo_dot_volume') | float %}
{% set day = states('input_number.master_bedroom_echo_dot_day_volume') | float %} {{ current != expected }}
{% if is_state('input_boolean.give_me_darkness','on') %}
{{ current != night }}
{% else %}
{{ current != day }}
{% endif %}
then: then:
- service: media_player.volume_set - service: media_player.volume_set
target: target:
entity_id: media_player.master_bedroom_echo_dot entity_id: media_player.master_bedroom_echo_dot
data: data:
volume_level: > volume_level: "{{ states('sensor.master_bedroom_echo_dot_volume') }}"
{% if is_state('input_boolean.give_me_darkness','on') %}
{{ states('input_number.master_bedroom_echo_dot_night_volume') }}
{% else %}
{{ states('input_number.master_bedroom_echo_dot_day_volume') }}
{% endif %}
# Kallen Bedroom Speaker # Kallen Bedroom Speaker
- if: - if:
- condition: and - condition: and
@ -483,24 +494,14 @@ script:
- condition: template - condition: template
value_template: > value_template: >
{% set current = state_attr('media_player.kallen_bedroom_google_speaker','volume_level') | float %} {% set current = state_attr('media_player.kallen_bedroom_google_speaker','volume_level') | float %}
{% set night = states('input_number.kallen_bedroom_google_speaker_night_volume') | float %} {% set expected = states('sensor.kallen_bedroom_google_speaker_volume') | float %}
{% set day = states('input_number.kallen_bedroom_google_speaker_day_volume') | float %} {{ current != expected }}
{% if is_state('input_boolean.give_me_darkness','on') %}
{{ current != night }}
{% else %}
{{ current != day }}
{% endif %}
then: then:
- service: media_player.volume_set - service: media_player.volume_set
target: target:
entity_id: media_player.kallen_bedroom_google_speaker entity_id: media_player.kallen_bedroom_google_speaker
data: data:
volume_level: > volume_level: "{{ states('sensor.kallen_bedroom_google_speaker_volume') }}"
{% if is_state('input_boolean.give_me_darkness','on') %}
{{ states('input_number.kallen_bedroom_google_speaker_night_volume') }}
{% else %}
{{ states('input_number.kallen_bedroom_google_speaker_day_volume') }}
{% endif %}
- service: media_player.volume_mute - service: media_player.volume_mute
target: target:
entity_id: media_player.kallen_bedroom_google_speaker entity_id: media_player.kallen_bedroom_google_speaker
@ -536,24 +537,14 @@ script:
- condition: template - condition: template
value_template: > value_template: >
{% set current = state_attr('media_player.emma_bedroom_google_speaker','volume_level') | float %} {% set current = state_attr('media_player.emma_bedroom_google_speaker','volume_level') | float %}
{% set night = states('input_number.emma_bedroom_google_speaker_night_volume') | float %} {% set expected = states('sensor.emma_bedroom_google_speaker_volume') | float %}
{% set day = states('input_number.emma_bedroom_google_speaker_day_volume') | float %} {{ current != expected }}
{% if is_state('input_boolean.give_me_darkness','on') %}
{{ current != night }}
{% else %}
{{ current != day }}
{% endif %}
then: then:
- service: media_player.volume_set - service: media_player.volume_set
target: target:
entity_id: media_player.emma_bedroom_google_speaker entity_id: media_player.emma_bedroom_google_speaker
data: data:
volume_level: > volume_level: "{{ states('sensor.kallen_bedroom_google_speaker_volume') }}"
{% if is_state('input_boolean.give_me_darkness','on') %}
{{ states('input_number.emma_bedroom_google_speaker_night_volume') }}
{% else %}
{{ states('input_number.emma_bedroom_google_speaker_day_volume') }}
{% endif %}
- service: media_player.volume_mute - service: media_player.volume_mute
target: target:
entity_id: media_player.emma_bedroom_google_speaker entity_id: media_player.emma_bedroom_google_speaker
@ -1237,11 +1228,9 @@ script:
data: data:
message: > message: >
<voice name="{{ voice }}"> <voice name="{{ voice }}">
<amazon:auto-breaths>
<prosody rate="fast"> <prosody rate="fast">
{{ message }} {{ message }}
</prosody> </prosody>
</amazon:auto-breaths>
</voice> </voice>
target: > target: >
{% if who in ['living_room_echo_dot', 'media_player.living_room_echo_dot','living_room'] %} {% if who in ['living_room_echo_dot', 'media_player.living_room_echo_dot','living_room'] %}
@ -1328,53 +1317,34 @@ script:
media_player.basement_google_speaker media_player.basement_google_speaker
{% endif %} {% endif %}
volume_level: >- volume_level: >-
{% set numbers_night = [ {% set numbers = [
states.input_number.emma_bedroom_google_speaker_night_volume.state, states.sensor.emma_bedroom_google_speaker_volume.state,
states.input_number.kallen_bedroom_google_speaker_night_volume.state states.sensor.kallen_bedroom_google_speaker_volume.state
] %} ] %}
{% set numbers_day = [ {% set kidsgroup = numbers | list | min | float %}
states.input_number.emma_bedroom_google_speaker_day_volume.state,
states.input_number.kallen_bedroom_google_speaker_day_volume.state
] %}
{% set kidsgroup_night = numbers_night | list | min | float %}
{% set kidsgroup_day = numbers_day | list | max | float %}
{% if type in ['critical'] %} {% if type in ['critical'] %}
1.0 1.0
{% elif is_state('input_boolean.give_me_darkness','on') %}
{% if who in ['Everywhere','everywhere','kids_bedrooms','all_bedrooms'] %}
{% if is_state('input_boolean.emma_sleeping','on') and is_state('input_boolean.kallen_sleeping','off') %}
{{ states('input_number.kallen_bedroom_google_speaker_night_volume') }}
{% elif is_state('input_boolean.kallen_sleeping','on') and is_state('input_boolean.emma_sleeping','off') %}
{{ states('input_number.emma_bedroom_google_speaker_night_volume') }}
{% else %}
{{ kidsgroup_night }}
{% endif %}
{% elif who in ['kallen_bedroom','media_player.kallen_bedroom_google_speaker'] %}
{{ states('input_number.kallen_bedroom_google_speaker_night_volume') }}
{% elif who in ['emma_bedroom','media_player.emma_bedroom_google_speaker'] %}
{{ states('input_number.emma_bedroom_google_speaker_night_volume') }}
{% elif who in ['Basement Google','basement_google'] %}
{{ states('input_number.basement_google_speaker_night_volume') }}
{% else %}
0.3
{% endif %}
{% else %} {% else %}
{% if who in ['Everywhere','everywhere','kids_bedrooms','all_bedrooms'] %} {% if who in ['Everywhere','everywhere','kids_bedrooms','all_bedrooms'] %}
{% if is_state('input_boolean.emma_sleeping','on') and is_state('input_boolean.kallen_sleeping','off') %} {% if is_state('input_boolean.emma_sleeping','on') and is_state('input_boolean.kallen_sleeping','off') %}
{{ states('input_number.kallen_bedroom_google_speaker_day_volume') }} {{ states('sensor.kallen_bedroom_google_speaker_volume') }}
{% elif is_state('input_boolean.kallen_sleeping','on') and is_state('input_boolean.emma_sleeping','off') %} {% elif is_state('input_boolean.kallen_sleeping','on') and is_state('input_boolean.emma_sleeping','off') %}
{{ states('input_number.emma_bedroom_google_speaker_day_volume') }} {{ states('sensor.emma_bedroom_google_speaker_volume') }}
{% else %} {% else %}
{{ kidsgroup_day }} {{ kidsgroup }}
{% endif %} {% endif %}
{% elif who in ['kallen_bedroom','media_player.kallen_bedroom_google_speaker'] %} {% elif who in ['kallen_bedroom','media_player.kallen_bedroom_google_speaker'] %}
{{ states('input_number.kallen_bedroom_google_speaker_day_volume') }} {{ states('sensor.kallen_bedroom_google_speaker_volume') }}
{% elif who in ['emma_bedroom','media_player.emma_bedroom_google_speaker'] %} {% elif who in ['emma_bedroom','media_player.emma_bedroom_google_speaker'] %}
{{ states('input_number.emma_bedroom_google_speaker_day_volume') }} {{ states('sensor.emma_bedroom_google_speaker_volume') }}
{% elif who in ['Basement Google','basement_google'] %} {% elif who in ['Basement Google','basement_google'] %}
{{ states('input_number.basement_google_speaker_day_volume') }} {{ states('sensor.basement_google_speaker_volume') }}
{% else %} {% else %}
0.6 {% if is_state('input_boolean.give_me_darkness','on') %}
0.3
{% else %}
0.6
{% endif %}
{% endif %} {% endif %}
{% endif %} {% endif %}
- service: tts.amazon_polly_say - service: tts.amazon_polly_say

View File

@ -17,8 +17,8 @@ sensor:
entity_id: switch.tina_desktop entity_id: switch.tina_desktop
power_sensor_id: sensor.tina_desktop_power power_sensor_id: sensor.tina_desktop_power
- platform: powercalc - platform: powercalc
entity_id: fan.emma_air_conditioner entity_id: switch.emma_bedroom_aircon
power_sensor_id: sensor.emma_air_conditioner_power power_sensor_id: sensor.emma_bedroom_aircon_power
- platform: powercalc - platform: powercalc
entity_id: switch.master_bedroom_aircon entity_id: switch.master_bedroom_aircon
power_sensor_id: sensor.master_bedroom_aircon_power power_sensor_id: sensor.master_bedroom_aircon_power

View File

@ -613,7 +613,6 @@ automation:
target: target:
entity_id: entity_id:
- fan.kallen_bedroom_fan - fan.kallen_bedroom_fan
- fan.emma_air_conditioner
- service: button.press - service: button.press
target: target:
entity_id: button.master_bedroom_climate_reset entity_id: button.master_bedroom_climate_reset

View File

@ -418,21 +418,14 @@ script:
entity_id: input_datetime.daily_briefing entity_id: input_datetime.daily_briefing
data: data:
time: > time: >
{% from 'time.jinja' import time_from_calendar %} {% if is_state('input_boolean.kallen_school_today','off') and is_state('input_boolean.work_today','on') %}
{% if is_state('input_boolean.kallen_school_today','on') %}
{% if is_state('input_boolean.kallen_alternate_pickup','on') or is_state('input_boolean.kallen_btb','on') %}
15:30
{% else %}
{{ time_from_calendar('calendar.kallen_school_days','end_time','set','subtract',1) }}
{% endif %}
{% elif is_state('input_boolean.kallen_school_today','off') and is_state('input_boolean.work_today','off') %}
15:30
{% else %}
{% if (state_attr('input_datetime.tina_workday_end','timestamp')) > 61200 %} {% if (state_attr('input_datetime.tina_workday_end','timestamp')) > 61200 %}
16:00 16:00
{% else %} {% else %}
{{ (state_attr('input_datetime.tina_workday_end', 'timestamp') + 3600) | timestamp_custom('%H:%M', false) }} {{ (state_attr('input_datetime.tina_workday_end', 'timestamp') + 3600) | timestamp_custom('%H:%M', false) }}
{% endif %} {% endif %}
{% else %}
15:30
{% endif %} {% endif %}
- if: - if:
- condition: state - condition: state
@ -561,18 +554,7 @@ script:
- service: input_datetime.set_datetime - service: input_datetime.set_datetime
entity_id: input_datetime.master_bedroom_wakeup entity_id: input_datetime.master_bedroom_wakeup
data: data:
time: > time: "16:30"
{% if is_state('input_boolean.kallen_school_today','on') %}
{% if is_state('input_boolean.kallen_alternate_pickup','on') or is_state('input_boolean.kallen_btb','on') %}
16:30
{% elif is_state('input_boolean.kallen_school_early_release','on') %}
12:30
{% else %}
13:00
{% endif %}
{% else %}
16:30
{% endif %}
- delay: - delay:
milliseconds: 500 milliseconds: 500
- service: input_datetime.set_datetime - service: input_datetime.set_datetime
@ -732,14 +714,19 @@ script:
entity_id: input_select.scheduled_climate_mode_emma_bedroom entity_id: input_select.scheduled_climate_mode_emma_bedroom
data: data:
option: > option: >
{% if is_state('input_boolean.emma_bedroom_aircon_installed','on') %} {% set low = states('sensor.overnight_lowest_temperature') | int %}
{% if (states('sensor.overnight_lowest_temperature') | int) >= (states('input_number.emma_aircon_threshold') | int) %} {% set run_threshold = states('input_number.emma_bedroom_aircon_run_threshold') | int %}
{% set mode_threshold = states('input_number.emma_bedroom_aircon_mode_threshold') | int %}
{% if is_state('input_boolean.emma_bedroom_aircon_installed','off') %}
N/A
{% elif low >= run_threshold %}
{% if low >= mode_threshold %}
AC AC
{% else %} {% else %}
White Noise Fan
{% endif %} {% endif %}
{% else %} {% else %}
White Noise N/A
{% endif %} {% endif %}
- service: input_datetime.set_datetime - service: input_datetime.set_datetime
target: target:
@ -750,11 +737,11 @@ script:
{% set low = states('sensor.overnight_lowest_temperature') | int %} {% set low = states('sensor.overnight_lowest_temperature') | int %}
{% set bedtime = state_attr('input_datetime.emma_bedtime','timestamp') | int %} {% set bedtime = state_attr('input_datetime.emma_bedtime','timestamp') | int %}
{% if is_state('input_boolean.hot_day','on') %} {% if is_state('input_boolean.hot_day','on') %}
{{ (bedtime - 7200) | timestamp_custom('%H:%M',false) }}
{% elif high >= 80 or low >= 60 %}
{{ (bedtime - 5400) | timestamp_custom('%H:%M',false) }} {{ (bedtime - 5400) | timestamp_custom('%H:%M',false) }}
{% else %} {% elif high >= 80 or low >= 60 %}
{{ (bedtime - 3600) | timestamp_custom('%H:%M',false) }} {{ (bedtime - 3600) | timestamp_custom('%H:%M',false) }}
{% else %}
{{ (bedtime - 1800) | timestamp_custom('%H:%M',false) }}
{% endif %} {% endif %}
- service: input_boolean.turn_on - service: input_boolean.turn_on
target: target:

View File

@ -63,25 +63,25 @@ template:
- binary_sensor: - binary_sensor:
- name: Tony Desktop On - name: Tony Desktop On
unique_id: 82ce673a-96ad-4af5-a8d1-be9ca9fa9c36 unique_id: 82ce673a-96ad-4af5-a8d1-be9ca9fa9c36
state: "{{ states('sensor.tony_desktop_power') | int > 10 }}" state: "{{ states('sensor.tony_desktop_power') | int > 25 }}"
device_class: running device_class: running
attributes: attributes:
power_usage: "{{ states('sensor.tony_desktop_power') | int }}W" power_usage: "{{ states('sensor.tony_desktop_power') | int }}W"
- name: Tina Desktop On - name: Tina Desktop On
unique_id: 8484dbd4-2fae-4368-a4bc-d1bdc09e003f unique_id: 8484dbd4-2fae-4368-a4bc-d1bdc09e003f
state: "{{ states('sensor.tina_desktop_power') | int > 10 }}" state: "{{ states('sensor.tina_desktop_power') | int > 25 }}"
device_class: running device_class: running
attributes: attributes:
power_usage: "{{ states('sensor.tina_desktop_power') | int }}W" power_usage: "{{ states('sensor.tina_desktop_power') | int }}W"
- name: Kallen Desktop On - name: Kallen Desktop On
unique_id: ccc25d75-4915-449d-9b2e-09ad14ffac29 unique_id: ccc25d75-4915-449d-9b2e-09ad14ffac29
state: "{{ states('sensor.kallen_desktop_power') | int > 10 }}" state: "{{ states('sensor.kallen_desktop_power') | int > 25 }}"
device_class: running device_class: running
attributes: attributes:
power_usage: "{{ states('sensor.kallen_desktop_power') | int }}W" power_usage: "{{ states('sensor.kallen_desktop_power') | int }}W"
- name: Basement Server On - name: Basement Server On
unique_id: e6df7d98-d3ba-4e01-bae2-2ebafc8d78d6 unique_id: e6df7d98-d3ba-4e01-bae2-2ebafc8d78d6
state: "{{ states('sensor.basement_server_power') | int > 10 }}" state: "{{ states('sensor.basement_server_power') | int > 25 }}"
device_class: running device_class: running
attributes: attributes:
power_usage: "{{ states('sensor.basement_server_power') | int }}W" power_usage: "{{ states('sensor.basement_server_power') | int }}W"

View File

@ -1210,14 +1210,23 @@
min_mireds: 153 min_mireds: 153
max_mireds: 500 max_mireds: 500
effect_list: effect_list:
- None - 'off'
- candle - candle
- fire - fire
- prism - prism
- sparkle
- opal
- glisten
- underwater
- cosmos
- sunbeam
- enchant
- sunrise
- sunset
supported_color_modes: supported_color_modes:
- color_temp - color_temp
- xy - xy
effect: None effect: 'off'
color_mode: xy color_mode: xy
brightness: 179 brightness: 179
color_temp_kelvin: color_temp_kelvin:
@ -1244,14 +1253,23 @@
min_mireds: 153 min_mireds: 153
max_mireds: 500 max_mireds: 500
effect_list: effect_list:
- None - 'off'
- candle - candle
- fire - fire
- prism - prism
- sparkle
- opal
- glisten
- underwater
- cosmos
- sunbeam
- enchant
- sunrise
- sunset
supported_color_modes: supported_color_modes:
- color_temp - color_temp
- xy - xy
effect: None effect: 'off'
color_mode: xy color_mode: xy
brightness: 255 brightness: 255
color_temp_kelvin: color_temp_kelvin:
@ -1278,10 +1296,13 @@
min_mireds: 153 min_mireds: 153
max_mireds: 500 max_mireds: 500
effect_list: effect_list:
- None - 'off'
- candle - candle
- fire - fire
- prism - prism
- sparkle
- opal
- glisten
supported_color_modes: supported_color_modes:
- color_temp - color_temp
- xy - xy
@ -1342,14 +1363,23 @@
min_mireds: 153 min_mireds: 153
max_mireds: 500 max_mireds: 500
effect_list: effect_list:
- None - 'off'
- candle - candle
- fire - fire
- prism - prism
- sparkle
- opal
- glisten
- underwater
- cosmos
- sunbeam
- enchant
- sunrise
- sunset
supported_color_modes: supported_color_modes:
- color_temp - color_temp
- xy - xy
effect: None effect: 'off'
color_mode: xy color_mode: xy
brightness: 255 brightness: 255
color_temp_kelvin: color_temp_kelvin:
@ -1376,14 +1406,23 @@
min_mireds: 153 min_mireds: 153
max_mireds: 500 max_mireds: 500
effect_list: effect_list:
- None - 'off'
- candle - candle
- fire - fire
- prism - prism
- sparkle
- opal
- glisten
- underwater
- cosmos
- sunbeam
- enchant
- sunrise
- sunset
supported_color_modes: supported_color_modes:
- color_temp - color_temp
- xy - xy
effect: None effect: 'off'
color_mode: xy color_mode: xy
brightness: 255 brightness: 255
color_temp_kelvin: color_temp_kelvin:
@ -1441,14 +1480,17 @@
min_mireds: 153 min_mireds: 153
max_mireds: 500 max_mireds: 500
effect_list: effect_list:
- None - 'off'
- candle - candle
- fire - fire
- prism - prism
- sparkle
- opal
- glisten
supported_color_modes: supported_color_modes:
- color_temp - color_temp
- xy - xy
effect: None effect: 'off'
color_mode: xy color_mode: xy
brightness: 204 brightness: 204
color_temp_kelvin: color_temp_kelvin:

View File

@ -199,11 +199,18 @@ going_upstairs:
then: then:
- alias: Decide basement studio heater action - alias: Decide basement studio heater action
if: if:
- condition: numeric_state - alias: If temp below freezing and heat is on
entity_id: weather.iron_nerd_weather_station condition: and
attribute: temperature conditions:
below: 32 - condition: numeric_state
alias: Temperature below freezing entity_id: weather.iron_nerd_weather_station
attribute: temperature
below: 32
alias: Temperature below freezing
- condition: state
entity_id: climate.basement_studio_vtherm
state: heat
alias: Heat on
then: then:
- action: climate.set_preset_mode - action: climate.set_preset_mode
metadata: {} metadata: {}
@ -1537,14 +1544,14 @@ day_mode_in_tina_desk:
alias: Day Mode in Tina Desk alias: Day Mode in Tina Desk
sequence: sequence:
- parallel: - parallel:
- service: light.turn_on - target:
target:
entity_id: light.tina_lamp_top entity_id: light.tina_lamp_top
data: {} data: {}
- service: light.turn_off action: light.turn_on
target: - target:
entity_id: light.tina_lamp_side entity_id: light.tina_lamp_side
data: {} data: {}
action: light.turn_off
- wait_template: '{{ is_state(''light.tina_lamp_side'',''off'') }}' - wait_template: '{{ is_state(''light.tina_lamp_side'',''off'') }}'
timeout: timeout:
seconds: 15 seconds: 15
@ -1554,52 +1561,57 @@ day_mode_in_tina_desk:
- condition: state - condition: state
entity_id: switch.adaptive_lighting_tina_lamp entity_id: switch.adaptive_lighting_tina_lamp
state: 'off' state: 'off'
alias: If switch is off alias: If adaptive lighting is off
then: then:
- service: switch.turn_on - alias: Turn on adaptive lighting
data: {} data: {}
target: target:
entity_id: switch.adaptive_lighting_tina_lamp entity_id:
alias: Turn on the switch - switch.adaptive_lighting_tina_lamp
- switch.adaptive_lighting_adapt_brightness_tina_lamp
- switch.adaptive_lighting_adapt_color_tina_lamp
action: switch.turn_on
else: else:
- alias: Apply adaptive lighting - alias: Apply adaptive lighting
service: adaptive_lighting.apply
data: data:
entity_id: switch.adaptive_lighting_tina_lamp entity_id: switch.adaptive_lighting_tina_lamp
adapt_brightness: true adapt_brightness: true
adapt_color: true adapt_color: true
action: adaptive_lighting.apply
mode: restart mode: restart
icon: mdi:palette icon: mdi:palette
evening_mode_in_tina_desk: evening_mode_in_tina_desk:
alias: Evening Mode in Tina Desk alias: Evening Mode in Tina Desk
sequence: sequence:
- alias: Turn on lamp - alias: Turn on lamp
service: light.turn_on
data: {} data: {}
target: target:
entity_id: entity_id:
- light.tina_lamp_top - light.tina_lamp_top
- light.tina_lamp_side - light.tina_lamp_side
action: light.turn_on
- alias: Apply adaptive lighting to lamp - alias: Apply adaptive lighting to lamp
if: if:
- condition: state - condition: state
entity_id: switch.adaptive_lighting_tina_lamp entity_id: switch.adaptive_lighting_tina_lamp
state: 'off' state: 'off'
alias: If switch is off alias: If adaptive lighting is off
then: then:
- service: switch.turn_on - alias: Turn on adaptive lighting
data: {} data: {}
target: target:
entity_id: switch.adaptive_lighting_tina_lamp entity_id:
alias: Turn on the switch - switch.adaptive_lighting_tina_lamp
- switch.adaptive_lighting_adapt_brightness_tina_lamp
- switch.adaptive_lighting_adapt_color_tina_lamp
action: switch.turn_on
else: else:
- service: adaptive_lighting.apply - alias: Apply adaptive lighting
data: data:
entity_id: switch.adaptive_lighting_tina_lamp entity_id: switch.adaptive_lighting_tina_lamp
adapt_brightness: true adapt_brightness: true
adapt_color: true adapt_color: true
turn_on_lights: true action: adaptive_lighting.apply
alias: Apply adaptive lighting
mode: restart mode: restart
icon: mdi:palette icon: mdi:palette
night_mode_in_tina_desk: night_mode_in_tina_desk:
@ -1656,47 +1668,113 @@ tony_morning_meds:
tag: tony-morning-meds tag: tony-morning-meds
alias: Clear previous morning notification alias: Clear previous morning notification
action: script.text_notify action: script.text_notify
- delay: - alias: Send notifications, using AI if internet is connected
hours: 0 if:
minutes: 0 - condition: state
seconds: 5 entity_id: binary_sensor.internet
milliseconds: 0 state: 'on'
- alias: Send morning notifications via text, and TTS if needed then:
parallel: - alias: Generate reminder, be snarky if it's been several times
- alias: Send text notification
data:
who: tony
type: alert
title: Morning Meds
message: You need to take your morning meds
tag: tony-morning-meds
actions:
- action: TONY_MORNING_MEDS_TAKEN
title: Taken
- action: TONY_MORNING_MEDS_SKIPPED
title: Skip
action: script.text_notify
- alias: Send TTS if reminders > 2 and Tony is home
if: if:
- alias: If reminders > 2 and Tony is home - condition: numeric_state
condition: and entity_id: counter.tony_morning_meds_reminder_count
conditions: above: 2
- condition: numeric_state
entity_id: counter.tony_morning_meds_reminder_count
above: 2
alias: When reminder count > 2
- condition: state
entity_id: person.tony_stork
state: home
alias: If Tony is home
then: then:
- data: - action: google_generative_ai_conversation.generate_content
who: common_areas metadata: {}
data:
prompt: Remind Tony to take his morning meds. Use a maximum of two lines.
Be snarky, because at this point he's been reminded multiple times.
response_variable: response
alias: Generate snarky reminder
else:
- action: google_generative_ai_conversation.generate_content
metadata: {}
data:
prompt: Remind Tony to take his morning meds. Use a maximum of two lines.
response_variable: response
alias: Generate reminder
- delay:
hours: 0
minutes: 0
seconds: 5
milliseconds: 0
- alias: Send morning notifications via text, and TTS if needed
parallel:
- alias: Send text notification
data:
who: tony
type: alert type: alert
message: Tony, you need to take your morning meds. This is reminder number title: Morning Meds
{{ states('counter.tony_morning_meds_reminder_count') }} for today. message: '{{ response.text }}'
alias: Send TTS notification tag: tony-morning-meds
action: script.speech_engine actions:
- action: TONY_MORNING_MEDS_TAKEN
title: Taken
- action: TONY_MORNING_MEDS_SKIPPED
title: Skip
action: script.text_notify
- alias: Send TTS if reminders > 2 and Tony is home
if:
- alias: When reminders > 2 and Tony is home
condition: and
conditions:
- condition: numeric_state
entity_id: counter.tony_morning_meds_reminder_count
above: 2
alias: When reminder count > 2
- condition: state
entity_id: person.tony_stork
state: home
alias: If Tony is home
then:
- data:
who: common_areas
type: alert
message: '{{ response.text }}'
alias: Send TTS notification
action: script.speech_engine
else:
- delay:
hours: 0
minutes: 0
seconds: 5
milliseconds: 0
- alias: Send morning notifications via text, and TTS if needed
parallel:
- alias: Send text notification
data:
who: tony
type: alert
title: Morning Meds
tag: tony-morning-meds
actions:
- action: TONY_MORNING_MEDS_TAKEN
title: Taken
- action: TONY_MORNING_MEDS_SKIPPED
title: Skip
message: You need to take your morning meds
action: script.text_notify
- alias: Send TTS if reminders > 2 and Tony is home
if:
- alias: When reminders > 2 and Tony is home
condition: and
conditions:
- condition: numeric_state
entity_id: counter.tony_morning_meds_reminder_count
above: 2
alias: When reminder count > 2
- condition: state
entity_id: person.tony_stork
state: home
alias: If Tony is home
then:
- alias: Send TTS notification
data:
who: common_areas
type: alert
message: Tony, you need to take your morning meds
action: script.speech_engine
tony_night_meds: tony_night_meds:
alias: Tony Night Meds alias: Tony Night Meds
icon: mdi:medication icon: mdi:medication
@ -1897,47 +1975,113 @@ tony_afternoon_meds:
tag: tony-afternoon-meds tag: tony-afternoon-meds
alias: Clear previous afternoon notification alias: Clear previous afternoon notification
action: script.text_notify action: script.text_notify
- delay: - alias: Send notifications, using AI if internet is connected
hours: 0 if:
minutes: 0 - condition: state
seconds: 5 entity_id: binary_sensor.internet
milliseconds: 0 state: 'on'
- alias: Send afternoon notifications via text, and TTS if needed then:
parallel: - alias: Generate reminder, be snarky if it's been several times
- alias: Send text notification
data:
who: tony
type: alert
title: Afternoon Meds
message: You need to take your afternoon meds
tag: tony-afternoon-meds
actions:
- action: TONY_AFTERNOON_MEDS_TAKEN
title: Taken
- action: TONY_AFTERNOON_MEDS_SKIPPED
title: Skip
action: script.text_notify
- alias: Send TTS if reminders > 2 and Tony is home
if: if:
- alias: When reminders > 2 and Tony is home - condition: numeric_state
condition: and entity_id: counter.tony_afternoon_meds_reminder_count
conditions: above: 2
- condition: numeric_state
entity_id: counter.tony_afternoon_meds_reminder_count
above: 2
alias: When reminder count > 2
- condition: state
entity_id: person.tony_stork
state: home
alias: If Tony is home
then: then:
- data: - action: google_generative_ai_conversation.generate_content
who: common_areas metadata: {}
data:
prompt: Remind Tony to take his afternoon meds. Use a maximum of two lines.
Be snarky, because at this point he's been reminded multiple times.
response_variable: response
alias: Generate snarky reminder
else:
- action: google_generative_ai_conversation.generate_content
metadata: {}
data:
prompt: Remind Tony to take his afternoon meds. Use a maximum of two lines.
response_variable: response
alias: Generate reminder
- delay:
hours: 0
minutes: 0
seconds: 5
milliseconds: 0
- alias: Send afternoon notifications via text, and TTS if needed
parallel:
- alias: Send text notification
data:
who: tony
type: alert type: alert
message: Tony, you need to take your afternoon meds. This is reminder number title: Afternoon Meds
{{ states('counter.tony_afternoon_meds_reminder_count') }} for today. message: '{{ response.text }}'
alias: Send TTS notification tag: tony-afternoon-meds
action: script.speech_engine actions:
- action: TONY_AFTERNOON_MEDS_TAKEN
title: Taken
- action: TONY_AFTERNOON_MEDS_SKIPPED
title: Skip
action: script.text_notify
- alias: Send TTS if reminders > 2 and Tony is home
if:
- alias: When reminders > 2 and Tony is home
condition: and
conditions:
- condition: numeric_state
entity_id: counter.tony_afternoon_meds_reminder_count
above: 2
alias: When reminder count > 2
- condition: state
entity_id: person.tony_stork
state: home
alias: If Tony is home
then:
- data:
who: common_areas
type: alert
message: '{{ response.text }}'
alias: Send TTS notification
action: script.speech_engine
else:
- delay:
hours: 0
minutes: 0
seconds: 5
milliseconds: 0
- alias: Send afternoon notifications via text, and TTS if needed
parallel:
- alias: Send text notification
data:
who: tony
type: alert
title: Afternoon Meds
tag: tony-afternoon-meds
actions:
- action: TONY_AFTERNOON_MEDS_TAKEN
title: Taken
- action: TONY_AFTERNOON_MEDS_SKIPPED
title: Skip
message: You need to take your afternoon meds
action: script.text_notify
- alias: Send TTS if reminders > 2 and Tony is home
if:
- alias: When reminders > 2 and Tony is home
condition: and
conditions:
- condition: numeric_state
entity_id: counter.tony_afternoon_meds_reminder_count
above: 2
alias: When reminder count > 2
- condition: state
entity_id: person.tony_stork
state: home
alias: If Tony is home
then:
- alias: Send TTS notification
data:
who: common_areas
type: alert
message: Tony, you need to take your afternoon meds
action: script.speech_engine
tony_ibuprofen: tony_ibuprofen:
alias: Tony Ibuprofen alias: Tony Ibuprofen
sequence: sequence:
@ -2301,80 +2445,62 @@ tony_tylenol:
kallen_morning_meds: kallen_morning_meds:
alias: Kallen Morning Meds alias: Kallen Morning Meds
sequence: sequence:
- service: counter.increment - metadata: {}
metadata: {}
data: {} data: {}
target: target:
entity_id: counter.kallen_morning_meds_reminder_count entity_id: counter.kallen_morning_meds_reminder_count
alias: Increment morning reminder counter alias: Increment morning reminder counter
- alias: Clear previous morning notifications action: counter.increment
parallel: - alias: Clear previous text notifications
- service: script.text_notify data:
data: type: alert
type: alert who: all
who: parents message: clear_notification
message: clear_notification tag: kallen-morning-meds
tag: kallen-morning-meds-parents action: script.text_notify
alias: Clear for parents
- service: script.text_notify
data:
type: alert
who: kallen
message: clear_notification
tag: kallen-morning-meds-self
alias: Clear for Kallen
- delay: - delay:
hours: 0 hours: 0
minutes: 0 minutes: 0
seconds: 5 seconds: 5
milliseconds: 0 milliseconds: 0
- alias: Send text notifications - alias: Send text notification
parallel: data:
- alias: Send to parents who: all
service: script.text_notify type: alert
data: title: Morning Meds
who: parents message: Kallen needs to take his morning meds
type: alert tag: kallen-morning-meds
title: Morning Meds actions:
message: Kallen needs to take his morning meds - action: KALLEN_MORNING_MEDS_TAKEN
tag: kallen-morning-meds-parents title: Taken
actions: - action: KALLEN_MORNING_MEDS_SKIPPED
- action: KALLEN_MORNING_MEDS_TAKEN title: Skip
title: Taken action: script.text_notify
- action: KALLEN_MORNING_MEDS_SKIPPED
title: Skip
- service: script.text_notify
data:
who: kallen
type: alert
title: Morning Meds
message: You need to take your morning meds. Go to mom or dad to confirm.
tag: kallen-morning-meds-self
alias: Send to Kallen
icon: mdi:medication icon: mdi:medication
mode: restart mode: restart
kallen_night_meds: kallen_night_meds:
alias: Kallen Night Meds alias: Kallen Night Meds
sequence: sequence:
- service: counter.increment - alias: Increment night reminder counter
metadata: {} metadata: {}
data: {} data: {}
alias: Increment night reminder counter action: counter.increment
- service: script.text_notify target:
data: entity_id: counter.kallen_night_meds_reminder_count
- data:
type: alert type: alert
who: all who: all
message: clear_notification message: clear_notification
tag: kallen-night-meds tag: kallen-night-meds
alias: Clear previous night notification alias: Clear previous night notification
action: script.text_notify
- delay: - delay:
hours: 0 hours: 0
minutes: 0 minutes: 0
seconds: 5 seconds: 5
milliseconds: 0 milliseconds: 0
- parallel: - parallel:
- service: script.text_notify - data:
data:
who: "{% if states('person.christina_stork') in ['Bob Evans','BobEvans'] %}\n who: "{% if states('person.christina_stork') in ['Bob Evans','BobEvans'] %}\n
\ tony\n{% else %}\n parents\n{% endif %}\n" \ tony\n{% else %}\n parents\n{% endif %}\n"
type: alert type: alert
@ -2387,8 +2513,8 @@ kallen_night_meds:
- action: KALLEN_NIGHT_MEDS_SKIPPED - action: KALLEN_NIGHT_MEDS_SKIPPED
title: Skip title: Skip
alias: Send to parents alias: Send to parents
action: script.text_notify
- alias: Send to Kallen - alias: Send to Kallen
service: script.text_notify
data: data:
who: kallen who: kallen
type: alert type: alert
@ -2400,6 +2526,7 @@ kallen_night_meds:
title: Taken title: Taken
- action: KALLEN_NIGHT_MEDS_SKIPPED - action: KALLEN_NIGHT_MEDS_SKIPPED
title: Skip title: Skip
action: script.text_notify
alias: Send text notifications alias: Send text notifications
icon: mdi:medication icon: mdi:medication
mode: restart mode: restart
@ -2852,69 +2979,33 @@ emma_sleep:
option: Adaptive option: Adaptive
alias: Set lights to adaptive alias: Set lights to adaptive
action: input_select.select_option action: input_select.select_option
- alias: Select climate mode - if:
choose: - alias: White Noise
- conditions: condition: and
- alias: AC conditions:
condition: and - condition: state
conditions: entity_id: input_select.scheduled_climate_mode_emma_bedroom
- condition: state state: White Noise
entity_id: input_select.scheduled_climate_mode_emma_bedroom alias: Scheduled mode is White Noise
state: AC - condition: state
alias: Scheduled mode is AC entity_id: input_boolean.white_noise_emma_bedroom
- condition: state state: 'off'
entity_id: fan.emma_air_conditioner alias: White Noise is not already on
state: 'off' then:
alias: Air conditioner is not already on - target:
sequence: entity_id: input_boolean.white_noise_emma_bedroom
- target: data: {}
entity_id: fan.emma_air_conditioner alias: Turn on white noise
data: {} action: input_boolean.turn_on
alias: Turn on air conditioner
action: fan.turn_on
- data:
who: parents
title: Emma Climate Schedule
message: The air conditioner in Emma's Bedroom has been activated.
type: normal
tag: emma-climate
alias: Send AC notification
action: script.text_notify
- conditions:
- alias: White Noise
condition: and
conditions:
- condition: state
entity_id: input_select.scheduled_climate_mode_emma_bedroom
state: White Noise
alias: Scheduled mode is White Noise
- condition: state
entity_id: input_boolean.white_noise_emma_bedroom
state: 'off'
alias: White Noise is not already on
sequence:
- target:
entity_id: input_boolean.white_noise_emma_bedroom
data: {}
alias: Turn on white noise
action: input_boolean.turn_on
- data:
who: parents
title: Emma Climate Schedule
message: White noise has been activated in Emma's Bedroom.
type: normal
tag: emma-climate
alias: Send white noise notification
action: script.text_notify
default:
- data: - data:
who: parents who: parents
title: Emma Climate Schedule title: Emma Climate Schedule
message: No option selected for Emma's climate mode. No devices will be activated. message: White noise has been activated in Emma's Bedroom.
type: normal type: normal
tag: emma-climate tag: emma-climate
alias: Send notification that no climate mode is selected alias: Send white noise notification
action: script.text_notify action: script.text_notify
alias: Select climate mode
icon: mdi:lightbulb-night icon: mdi:lightbulb-night
mode: restart mode: restart
tina_morning_meds: tina_morning_meds:
@ -2922,75 +3013,163 @@ tina_morning_meds:
icon: mdi:medication icon: mdi:medication
mode: restart mode: restart
sequence: sequence:
- service: counter.increment - metadata: {}
metadata: {}
data: {} data: {}
target: target:
entity_id: counter.tina_morning_meds_reminder_count entity_id: counter.tina_morning_meds_reminder_count
alias: Increment morning reminder counter alias: Increment morning reminder counter
- service: script.text_notify action: counter.increment
data: - data:
type: alert type: alert
who: tina who: tina
message: clear_notification message: clear_notification
tag: tina-morning-meds tag: tina-morning-meds
alias: Clear previous morning notification alias: Clear previous morning notification
- delay: action: script.text_notify
hours: 0 - alias: Send notifications, using AI if internet is connected
minutes: 0 if:
seconds: 5 - condition: state
milliseconds: 0 entity_id: binary_sensor.internet
- alias: Send text notification state: 'on'
service: script.text_notify then:
data: - if:
who: tina - condition: numeric_state
type: alert entity_id: counter.tina_morning_meds_reminder_count
title: Morning Meds above: 2
message: You need to take your morning meds then:
tag: tina-morning-meds - action: google_generative_ai_conversation.generate_content
actions: metadata: {}
- action: TINA_MORNING_MEDS_TAKEN data:
title: Taken prompt: Remind Tina to take her morning meds. Use a maximum of two lines.
- action: TINA_MORNING_MEDS_SKIPPED Be snarky, because at this point she's been reminded multiple times.
title: Skip response_variable: response
description: '' alias: Generate snarky reminder
else:
- action: google_generative_ai_conversation.generate_content
metadata: {}
data:
prompt: Remind Tina to take her morning meds. Use a maximum of two lines.
response_variable: response
alias: Generate reminder
alias: Generate reminder, be snarky if it's been several times
- delay:
hours: 0
minutes: 0
seconds: 5
milliseconds: 0
- alias: Send text notification
data:
who: tina
type: alert
title: Morning Meds
message: '{{ response.text }}'
tag: tina-morning-meds
actions:
- action: TINA_MORNING_MEDS_TAKEN
title: Taken
- action: TINA_MORNING_MEDS_SKIPPED
title: Skip
action: script.text_notify
else:
- delay:
hours: 0
minutes: 0
seconds: 5
milliseconds: 0
- alias: Send text notification
data:
who: tina
type: alert
title: Morning Meds
tag: tina-morning-meds
actions:
- action: TINA_MORNING_MEDS_TAKEN
title: Taken
- action: TINA_MORNING_MEDS_SKIPPED
title: Skip
message: You need to take your morning meds
action: script.text_notify
tina_night_meds: tina_night_meds:
alias: Tina Night Meds alias: Tina Night Meds
icon: mdi:medication icon: mdi:medication
mode: restart mode: restart
sequence: sequence:
- service: counter.increment - metadata: {}
metadata: {}
data: {} data: {}
target: target:
entity_id: counter.tina_night_meds_reminder_count entity_id: counter.tina_night_meds_reminder_count
alias: Increment night reminder counter alias: Increment night reminder counter
- service: script.text_notify action: counter.increment
data: - data:
type: alert type: alert
who: tina who: tina
message: clear_notification message: clear_notification
tag: tina-night-meds tag: tina-night-meds
alias: Clear previous night notification alias: Clear previous night notification
- delay: action: script.text_notify
hours: 0 - alias: Send notifications, using AI if internet is connected
minutes: 0 if:
seconds: 5 - condition: state
milliseconds: 0 entity_id: binary_sensor.internet
- alias: Send text notification state: 'on'
service: script.text_notify then:
data: - if:
who: tina - condition: numeric_state
type: alert entity_id: counter.tina_night_meds_reminder_count
title: Night Meds above: 2
message: You need to take your night meds then:
tag: tina-night-meds - action: google_generative_ai_conversation.generate_content
actions: metadata: {}
- action: TINA_NIGHT_MEDS_TAKEN data:
title: Taken prompt: Remind Tina to take her night meds. Use a maximum of two lines.
- action: TINA_NIGHT_MEDS_SKIPPED Be snarky, because at this point she's been reminded multiple times.
title: Skip response_variable: response
description: '' alias: Generate snarky reminder
else:
- action: google_generative_ai_conversation.generate_content
metadata: {}
data:
prompt: Remind Tina to take her night meds. Use a maximum of two lines.
response_variable: response
alias: Generate reminder
alias: Generate reminder, be snarky if it's been several times
- delay:
hours: 0
minutes: 0
seconds: 5
milliseconds: 0
- alias: Send text notification
data:
who: tina
type: alert
title: Night Meds
message: '{{ response.text }}'
tag: tina-night-meds
actions:
- action: TINA_NIGHT_MEDS_TAKEN
title: Taken
- action: TINA_NIGHT_MEDS_SKIPPED
title: Skip
action: script.text_notify
else:
- delay:
hours: 0
minutes: 0
seconds: 5
milliseconds: 0
- alias: Send text notification
data:
who: tina
type: alert
title: Night Meds
tag: tina-night-meds
actions:
- action: TINA_NIGHT_MEDS_TAKEN
title: Taken
- action: TINA_NIGHT_MEDS_SKIPPED
title: Skip
message: You need to take your night meds
action: script.text_notify
tina_ibuprofen: tina_ibuprofen:
sequence: sequence:
- alias: Turn off boolean if this is a notification - alias: Turn off boolean if this is a notification
@ -3353,3 +3532,41 @@ tina_tylenol:
icon: mdi:medication icon: mdi:medication
max: 10 max: 10
description: '' description: ''
reading_mode_in_tina_desk:
sequence:
- action: switch.turn_off
metadata: {}
data: {}
target:
entity_id: switch.adaptive_lighting_adapt_brightness_tina_lamp
alias: Turn off adaptive brightness, leave adaptive color on
- alias: Turn on lamp
action: light.turn_on
metadata: {}
data:
brightness_pct: 100
target:
entity_id: light.tina_desk_lights
- alias: Apply adaptive lighting to lamp
if:
- condition: state
entity_id: switch.adaptive_lighting_tina_lamp
state: 'off'
alias: If switch is off
then:
- data: {}
target:
entity_id: switch.adaptive_lighting_tina_lamp
alias: Turn on the switch
action: switch.turn_on
else:
- alias: Apply adaptive lighting
data:
entity_id: switch.adaptive_lighting_tina_lamp
adapt_color: true
turn_on_lights: true
adapt_brightness: false
action: adaptive_lighting.apply
alias: Reading Mode in Tina Desk
description: ''
icon: mdi:palette

View File

@ -168,7 +168,7 @@
unit_of_measurement: '' unit_of_measurement: ''
state: >- state: >-
{% set compressors = [ {% set compressors = [
states.binary_sensor.emma_aircon_compressor, states.binary_sensor.emma_bedroom_aircon_compressor,
states.binary_sensor.master_bedroom_aircon_compressor states.binary_sensor.master_bedroom_aircon_compressor
] %} ] %}
{{ compressors | selectattr('state','eq','on') | list | count | int }} {{ compressors | selectattr('state','eq','on') | list | count | int }}
@ -177,7 +177,7 @@
unit_of_measurement: '' unit_of_measurement: ''
state: >- state: >-
{% set fans = [ {% set fans = [
states.binary_sensor.emma_aircon_fan, states.binary_sensor.emma_bedroom_aircon_fan,
states.binary_sensor.master_bedroom_aircon_fan states.binary_sensor.master_bedroom_aircon_fan
] %} ] %}
{{ fans | selectattr('state','eq','on') | list | count | int }} {{ fans | selectattr('state','eq','on') | list | count | int }}
@ -196,11 +196,7 @@
unit_of_measurement: '' unit_of_measurement: ''
state: >- state: >-
{% set climate = states.climate | selectattr('state','ne','off') | rejectattr('state','eq','unavailable') | rejectattr('state','eq','unknown') | list | count | int %} {% set climate = states.climate | selectattr('state','ne','off') | rejectattr('state','eq','unavailable') | rejectattr('state','eq','unknown') | list | count | int %}
{% set fans = [ {{ climate | int }}
states.fan.emma_air_conditioner
] %}
{% set fans_on = fans | selectattr('state','eq','on') | list | count | int %}
{{ climate + fans_on | int }}
- name: Climate Devices Running - name: Climate Devices Running
unique_id: 3c61c756-2934-4294-8085-7d3855b692dd unique_id: 3c61c756-2934-4294-8085-7d3855b692dd
unit_of_measurement: '' unit_of_measurement: ''

View File

@ -98,12 +98,7 @@
{% endif %} {% endif %}
{% if is_state('input_boolean.kallen_alternate_pickup','on') %} {% if is_state('input_boolean.kallen_alternate_pickup','on') %}
Today, you will be picked up from school by {{ states('input_text.kallen_pickup') }}. Today, you will be picked up from school by {{ states('input_text.kallen_pickup') }}.
{% elif is_state('input_boolean.work_today','off') %}
Today, you will be picked up from school by your parents.
{% else %}
Today, you will be picked up from school by your dad.
{% endif %} {% endif %}
<s>Pickup today will be at {{ input_datetime_read('input_datetime.kallen_school_day_end') }}</s>
{% if count_the_days('input_datetime.school_last_day') | int == 0 -%} {% if count_the_days('input_datetime.school_last_day') | int == 0 -%}
But today is the last day of School! But today is the last day of School!
{%- endif %} {%- endif %}

View File

@ -71,9 +71,13 @@
{% else %} {% else %}
"Collin's room will be left alone, as he is spending the night elsewhere tonight. " "Collin's room will be left alone, as he is spending the night elsewhere tonight. "
{% endif %} {% endif %}
{% if states('input_select.scheduled_climate_mode_emma_bedroom') != 'N/A' %} {% if states('input_select.scheduled_climate_mode_emma_bedroom_aircon') != 'N/A' %}
{% if is_state('input_select.scheduled_climate_mode_emma_bedroom','AC') and is_state('fan.emma_air_conditioner','off') %} {% if is_state('input_select.scheduled_climate_mode_emma_bedroom_aircon','AC') and is_state('input_boolean.hot_day','on') %}
"Emma's air conditioner will be activated at {{ input_datetime_read('input_datetime.emma_bedroom_cooling') }}. " "Today was a hot day, so Emma's bedroom air conditioner will start cooling a bit earlier tonight at {{ input_datetime_read('input_datetime.emma_bedroom_cooling') }}. "
{% elif is_state('input_select.scheduled_climate_mode_emma_bedroom_aircon','AC') %}
"Emma's bedroom air conditioner will start cooling at {{ input_datetime_read('input_datetime.emma_bedroom_cooling') }}. "
{% elif is_state('input_select.scheduled_climate_mode_emma_bedroom_aircon','Fan') %}
"Emma's bedroom air conditioner will activate fan only mode at {{ input_datetime_read('input_datetime.emma_bedroom_cooling') }}. "
{% elif is_state('input_select.scheduled_climate_mode_emma_bedroom','White Noise') and is_state('input_boolean.white_noise_emma_bedroom','off') %} {% elif is_state('input_select.scheduled_climate_mode_emma_bedroom','White Noise') and is_state('input_boolean.white_noise_emma_bedroom','off') %}
"Emma's white noise generator will activate at {{ input_datetime_read('input_datetime.emma_bedtime') }}. " "Emma's white noise generator will activate at {{ input_datetime_read('input_datetime.emma_bedtime') }}. "
{% endif %} {% endif %}

View File

@ -75,28 +75,39 @@
<p> <p>
{% if (states('sensor.climate_devices_installed') | int) > 0 %} {% if (states('sensor.climate_devices_installed') | int) > 0 %}
{% if is_state('input_boolean.master_bedroom_aircon_installed','on') %} {% if is_state('input_boolean.master_bedroom_aircon_installed','on') %}
"the master bedroom temperature is {{ states('sensor.master_bedroom_aircon_indoor_temperature') | int }} degrees. " "the master bedroom temperature is {{ states('sensor.master_bedroom_temperature') | int }} degrees. "
{% if not is_state('climate.master_bedroom_aircon','off') %} {% if not is_state('climate.master_bedroom_aircon','off') %}
{% if is_state('climate.master_bedroom_aircon','cool') %} {% if is_state('climate.master_bedroom_aircon','cool') %}
"and the master bedroom air conditioner is set for cooling to {{ state_attr('climate.master_bedroom_aircon','temperature') }} degrees. " "and the master bedroom air conditioner is set for cooling to {{ state_attr('climate.master_bedroom_aircon','temperature') }} degrees. "
{% elif is_state('climate.master_bedroom_aircon','fan_only') %} {% elif is_state('climate.master_bedroom_aircon','fan_only') %}
"and the master bedroom air conditioner is in fan only mode. " "and the master bedroom air conditioner is in fan only mode. "
{% elif is_state('climate.master_bedroom_aircon','dry') %} {% elif is_state('climate.master_bedroom_aircon','dry') %}
"and the master bedroom air conditioner is moonlighting as a dehumidifier. " "and the master bedroom air conditioner is moonlighting as a dehumidifier. "
{% elif is_state('climate.master_bedroom_aircon','auto') %} {% elif is_state('climate.master_bedroom_aircon','auto') %}
"and the master bedroom air conditioner is making its own decisions. Be afraid, be very afraid. " "and the master bedroom air conditioner is making its own decisions. Be afraid, be very afraid. "
{% else %} {% else %}
"and the master bedroom air conditioner is currently not speaking to me. Was it something I said? " "and the master bedroom air conditioner is currently not speaking to me. Was it something I said? "
{% endif %}
{% endif %} {% endif %}
{% elif is_state('input_boolean.master_bedroom_aircon_installed','off') %} {% endif %}
"There is no air conditioner or temperature sensor installed in the master bedroom. "
{% endif %}
{% if is_state('input_boolean.emma_bedroom_aircon_installed','on') and is_state('fan.emma_air_conditioner','on') %}
"Emma's air conditioner is {{ states('fan.emma_air_conditioner') }}. "
{% endif %}
{% endif %} {% endif %}
{% if is_state('input_boolean.emma_bedroom_aircon_installed','on') %}
"the temperature in Emma's bedroom is {{ states('sensor.emma_bedroom_temperature') | int }} degrees. "
{% if not is_state('climate.emma_bedroom_aircon','off') %}
{% if is_state('climate.emma_bedroom_aircon','cool') %}
"and Emma's bedroom air conditioner is set for cooling to {{ state_attr('climate.emma_bedroom_aircon','temperature') }} degrees. "
{% elif is_state('climate.emma_bedroom_aircon','fan_only') %}
"and Emma's bedroom air conditioner is in fan only mode. "
{% elif is_state('climate.emma_bedroom_aircon','dry') %}
"and Emma's bedroom air conditioner is moonlighting as a dehumidifier. "
{% elif is_state('climate.emma_bedroom_aircon','auto') %}
"and Emma's bedroom air conditioner is making its own decisions. Be afraid, be very afraid. "
{% else %}
"and Emma's bedroom air conditioner is currently not speaking to me. Was it something I said? "
{% endif %}
{% endif %}
{% endif %}
{% endif %}
</p> </p>
<p> <p>
@ -117,7 +128,7 @@
"Tina has work today. " "Tina has work today. "
{% endif %} {% endif %}
{% if is_state('input_boolean.kallen_at_school','on') %} {% if is_state('input_boolean.kallen_at_school','on') %}
"Collin is at school right now. His pickup time will be at {{ input_datetime_read('input_datetime.kallen_school_day_end') }}. " "Collin is at school right now. His school day ends at {{ input_datetime_read('input_datetime.kallen_school_day_end') }}. "
{% elif is_state('input_boolean.kallen_school_today','on') %} {% elif is_state('input_boolean.kallen_school_today','on') %}
"Collin has school today. " "Collin has school today. "
{% endif %} {% endif %}