From 00190bbafb3665af5165027d379577da9b587ef5 Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Fri, 21 Nov 2025 21:51:24 -0500 Subject: [PATCH] Update HA version to 2025.11.3 and remove outdoor pool lights from various configurations and automations. This includes updates to configuration files, light groups, and automation scripts to enhance clarity and maintainability. Cleaned up all the spook errors. (most of them) --- config/.HA_VERSION | 2 +- config/automation/Pool_Deck_lights.yaml | 40 -------------- .../Timed_Triggers/sunrise_turn_off.yaml | 1 - .../Timed_Triggers/sunset_turn_on.yaml | 3 +- config/automation/garage_entry_light.yaml | 6 --- .../automation/zwave_hallway_door_sensor.yaml | 53 ------------------- config/configuration.yaml | 1 - config/group/Indoor_Outdoor.yaml | 1 - config/group/doors.yaml | 2 - config/group/motion.yaml | 1 - config/homekit.yaml | 2 - config/light_groups.yaml | 8 --- config/packages/landscape_lighting.yaml | 2 +- 13 files changed, 3 insertions(+), 119 deletions(-) delete mode 100755 config/automation/Pool_Deck_lights.yaml diff --git a/config/.HA_VERSION b/config/.HA_VERSION index f3ca2e05..16c9f625 100755 --- a/config/.HA_VERSION +++ b/config/.HA_VERSION @@ -1 +1 @@ -2025.11.2 \ No newline at end of file +2025.11.3 \ No newline at end of file diff --git a/config/automation/Pool_Deck_lights.yaml b/config/automation/Pool_Deck_lights.yaml deleted file mode 100755 index 84d980ce..00000000 --- a/config/automation/Pool_Deck_lights.yaml +++ /dev/null @@ -1,40 +0,0 @@ -#------------------------------------------- -# When the Sliding door opens, at night, turn on Pool deck lights. -# @CCOSTAN -# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig -#------------------------------------------- - -- alias: Pool Deck light helper - id: 9521d521-00dc-4116-b467-5150735fcff9 - trigger: - - platform: state - entity_id: binary_sensor.MCU2_GPIO12 - to: 'on' - for: '00:3:00' - - platform: state - entity_id: sun.sun - to: 'below_horizon' - from: 'above_horizon' - - condition: - - condition: state - entity_id: sun.sun - state: 'below_horizon' - - condition: state - entity_id: binary_sensor.MCU2_GPIO12 - state: 'on' - - condition: numeric_state - entity_id: sensor.pirateweather_temperature - below: 80 - - action: - - service: switch.turn_on - entity_id: switch.back_landscaping - - service: light.turn_on - entity_id: light.outdoor_pool_lights - data: - color_temp: 369 - - wait_template: >- - {{ states.binary_sensor.MCU2_GPIO12.state == 'off' }} - - service: light.turn_off - entity_id: light.outdoor_pool_lights diff --git a/config/automation/Timed_Triggers/sunrise_turn_off.yaml b/config/automation/Timed_Triggers/sunrise_turn_off.yaml index cbcb009b..3a6498a2 100755 --- a/config/automation/Timed_Triggers/sunrise_turn_off.yaml +++ b/config/automation/Timed_Triggers/sunrise_turn_off.yaml @@ -21,7 +21,6 @@ entity_id: - group.exterior_lights - light.outdoor_front_lights - - light.outdoor_pool_lights - group.outdoor_seasonal - service: light.turn_off diff --git a/config/automation/Timed_Triggers/sunset_turn_on.yaml b/config/automation/Timed_Triggers/sunset_turn_on.yaml index a9f28f35..7b884244 100755 --- a/config/automation/Timed_Triggers/sunset_turn_on.yaml +++ b/config/automation/Timed_Triggers/sunset_turn_on.yaml @@ -25,7 +25,7 @@ - service: homeassistant.turn_on entity_id: - switch.front_landscaping - - switch.villaneri + # - switch.villaneri - light.bedroom - group.outdoor_seasonal - service: script.monthly_color_scene @@ -55,4 +55,3 @@ entity_id: - light.living_room_accents - light.upstairs_lamp - diff --git a/config/automation/garage_entry_light.yaml b/config/automation/garage_entry_light.yaml index 7e5d6edd..da58efd4 100755 --- a/config/automation/garage_entry_light.yaml +++ b/config/automation/garage_entry_light.yaml @@ -67,12 +67,6 @@ entity_id: light.k4 to: 'on' for: '00:20:00' - - platform: state - entity_id: binary_sensor.hallway_pantry - to: 'off' - - platform: state - entity_id: binary_sensor.hallway_linen - to: 'off' condition: condition: state diff --git a/config/automation/zwave_hallway_door_sensor.yaml b/config/automation/zwave_hallway_door_sensor.yaml index af532dad..0f593ed0 100755 --- a/config/automation/zwave_hallway_door_sensor.yaml +++ b/config/automation/zwave_hallway_door_sensor.yaml @@ -3,53 +3,6 @@ ## Home Assistant runs on my [Raspberry Pi 3](https://amzn.to/2e3DOBY) with [Aeon Labs Z Wave Stick (GEN 5)](https://amzn.to/2eAiAP0). ################################### -############################################################## -- alias: Hallway ZWave Enerwave Door Sensors Open - id: 1dbd1ba4-6718-4510-b5ab-2a6edd540be4 - - trigger: - - platform: state - entity_id: binary_sensor.hallway_pantry - to: 'on' - - platform: state - entity_id: binary_sensor.hallway_linen - to: 'on' - - condition: - condition: or - conditions: - - condition: sun - after: sunset - after_offset: '-03:00:00' - - condition: numeric_state - entity_id: sensor.pirateweather_cloud_coverage - above: 50 - - action: - - service: light.turn_on - entity_id: - - light.kids_hallway - - light.k4 - - delay: 00:20:00 - - service: light.turn_off - entity_id: light.kids_hallway - -############################################################## -- alias: ZWave Enerwave Door Sensors Closed - id: ceaeca80-e6dc-4b18-9d77-02cc4b09d272 - - trigger: - - platform: state - entity_id: binary_sensor.hallway_pantry - to: 'off' - - platform: state - entity_id: binary_sensor.hallway_linen - to: 'off' - - action: - service: light.turn_off - entity_id: light.kids_hallway - ############################################################## - alias: Shutdown Helper light id: e3f4beff-4fa8-42e3-be5a-32b45106ac8a @@ -59,12 +12,6 @@ entity_id: light.k4 to: 'on' for: '00:20:00' - - platform: state - entity_id: binary_sensor.hallway_pantry - to: 'off' - - platform: state - entity_id: binary_sensor.hallway_linen - to: 'off' condition: condition: state diff --git a/config/configuration.yaml b/config/configuration.yaml index cc3ec013..3a645670 100755 --- a/config/configuration.yaml +++ b/config/configuration.yaml @@ -47,7 +47,6 @@ cloud: - light.living_room_lights - light.office_lights - light.outdoor_front_lights - - light.outdoor_pool_lights - light.upstairs_lights - light.upstairs_lamp - light.sink diff --git a/config/group/Indoor_Outdoor.yaml b/config/group/Indoor_Outdoor.yaml index fe36faa7..0e86a399 100755 --- a/config/group/Indoor_Outdoor.yaml +++ b/config/group/Indoor_Outdoor.yaml @@ -21,7 +21,6 @@ Interior_Lights: Exterior_Lights: entities: - light.outdoor_bathroom - - light.outdoor_pool_lights - light.outdoor_front_lights - group.landscaping - group.outdoor_seasonal diff --git a/config/group/doors.yaml b/config/group/doors.yaml index c6f33224..8464beb4 100755 --- a/config/group/doors.yaml +++ b/config/group/doors.yaml @@ -1,8 +1,6 @@ doors: name: Doors entities: - - binary_sensor.hallway_linen - - binary_sensor.hallway_pantry # - binary_sensor.kitchen_door - binary_sensor.MCU2_GPIO12 # Main Slider - binary_sensor.MCU3_Light # Alarm Door diff --git a/config/group/motion.yaml b/config/group/motion.yaml index 9a80c4db..f015d607 100755 --- a/config/group/motion.yaml +++ b/config/group/motion.yaml @@ -2,6 +2,5 @@ motion: name: Motion Detectors entities: - binary_sensor.office_motion - - binary_sensor.frontdoorbell_all_occupancy diff --git a/config/homekit.yaml b/config/homekit.yaml index 8bf2de03..ae7a821d 100755 --- a/config/homekit.yaml +++ b/config/homekit.yaml @@ -43,7 +43,6 @@ filter: - light.living_room_lights - light.office_lights - light.outdoor_front_lights - - light.outdoor_pool_lights - light.upstairs_lights - light.upstairs_lamp - light.sink @@ -57,7 +56,6 @@ filter: entity_config: camera.frontdoorbell: - linked_motion_sensor: binary_sensor.frontdoorbell_all_occupancy video_codec: copy stream_source: rtsp://192.168.10.14:8554/frontdoorbell?mp4 camera.poolcam: diff --git a/config/light_groups.yaml b/config/light_groups.yaml index 26f4d942..1cf3a90a 100755 --- a/config/light_groups.yaml +++ b/config/light_groups.yaml @@ -83,14 +83,6 @@ - light.s3 - light.s4 -- platform: group - name: Outdoor Pool Lights - entities: - - light.p1_front_left - - light.p1_front_right - - light.p1_back_left - - light.p1_back_right - - platform: group name: Outdoor Front Lights entities: diff --git a/config/packages/landscape_lighting.yaml b/config/packages/landscape_lighting.yaml index 6cbaf7e2..cee17c32 100755 --- a/config/packages/landscape_lighting.yaml +++ b/config/packages/landscape_lighting.yaml @@ -11,7 +11,7 @@ group: entities: - switch.front_landscaping - switch.back_landscaping - - switch.villaneri + # - switch.villaneri #------------------------------------------- # Automation : Added to Sunset_ON # Automation : Added to Sunset_OFF