From 3ea4050f645e66703b4109d9fef6b0ee50c11e3d Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Sun, 20 Jul 2025 15:00:40 -0400 Subject: [PATCH] Add notification for thermostat eco mode trigger in away.yaml, remove unused media player from media_players.yaml, and comment out unused pool deck switch in switches.yaml. fixing Spook Findings! --- config/automation/away.yaml | 5 +++++ config/automation/flash_all.yaml | 2 -- config/group/Indoor_Outdoor.yaml | 2 -- config/group/media_players.yaml | 2 -- config/group/switches.yaml | 2 +- 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/config/automation/away.yaml b/config/automation/away.yaml index 5369dcda..58d00de3 100755 --- a/config/automation/away.yaml +++ b/config/automation/away.yaml @@ -63,3 +63,8 @@ - climate.downstairs - climate.upstairs preset_mode: 'eco' + - service: script.notify_engine + data: + title: "Thermostat Eco Mode Triggered" + value1: "DEBUG: Everyone is gone and the Automation was triggered." + who: "carlo" diff --git a/config/automation/flash_all.yaml b/config/automation/flash_all.yaml index 5b28606f..76cd3739 100755 --- a/config/automation/flash_all.yaml +++ b/config/automation/flash_all.yaml @@ -28,8 +28,6 @@ - light.main_slider - light.garage_attic - light.bedroom_lights - - light.den_2 - - light.den1 - light.dinette_lights - light.dining_room_lights - light.foyer diff --git a/config/group/Indoor_Outdoor.yaml b/config/group/Indoor_Outdoor.yaml index 462232f3..fe36faa7 100755 --- a/config/group/Indoor_Outdoor.yaml +++ b/config/group/Indoor_Outdoor.yaml @@ -4,8 +4,6 @@ Interior_Lights: - group.kitchen_accents - light.bedroom - light.bedroom_lights - - light.den_2 - - light.den1 - light.dinette_lights - light.dining_room_lights - light.foyer diff --git a/config/group/media_players.yaml b/config/group/media_players.yaml index b3696ddd..bbbc9159 100755 --- a/config/group/media_players.yaml +++ b/config/group/media_players.yaml @@ -3,7 +3,6 @@ media_players: - media_player.livingroomcc - media_player.living_room_tv - media_player.living_room_ultra - - media_player.upstairs_living_room - media_player.bedroom_tablet - media_player.living_room - media_player.front_room_flex @@ -24,6 +23,5 @@ tvs: - media_player.roku_3810x_923c - media_player.roku_living_room - media_player.tv_samsung_q70_series_65 - - media_player.upstairs_living_room diff --git a/config/group/switches.yaml b/config/group/switches.yaml index c76f966e..6059fb5f 100755 --- a/config/group/switches.yaml +++ b/config/group/switches.yaml @@ -14,7 +14,7 @@ Interior Switches: - switch.lr_amp - switch.master_bathroom_accent_1 - switch.master_bathroom_accent_2 - - switch.pool_deck + #- switch.pool_deck - Not being used right now - switch.foyer_outlet - switch.den_outlet - switch.living_room_outlet