Skip to content

Commit 00190bb

Browse files
committed
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)
1 parent 64713fd commit 00190bb

13 files changed

Lines changed: 3 additions & 119 deletions

config/.HA_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025.11.2
1+
2025.11.3

config/automation/Pool_Deck_lights.yaml

Lines changed: 0 additions & 40 deletions
This file was deleted.

config/automation/Timed_Triggers/sunrise_turn_off.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
entity_id:
2222
- group.exterior_lights
2323
- light.outdoor_front_lights
24-
- light.outdoor_pool_lights
2524
- group.outdoor_seasonal
2625

2726
- service: light.turn_off

config/automation/Timed_Triggers/sunset_turn_on.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
- service: homeassistant.turn_on
2626
entity_id:
2727
- switch.front_landscaping
28-
- switch.villaneri
28+
# - switch.villaneri
2929
- light.bedroom
3030
- group.outdoor_seasonal
3131
- service: script.monthly_color_scene
@@ -55,4 +55,3 @@
5555
entity_id:
5656
- light.living_room_accents
5757
- light.upstairs_lamp
58-

config/automation/garage_entry_light.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,6 @@
6767
entity_id: light.k4
6868
to: 'on'
6969
for: '00:20:00'
70-
- platform: state
71-
entity_id: binary_sensor.hallway_pantry
72-
to: 'off'
73-
- platform: state
74-
entity_id: binary_sensor.hallway_linen
75-
to: 'off'
7670

7771
condition:
7872
condition: state

config/automation/zwave_hallway_door_sensor.yaml

Lines changed: 0 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -3,53 +3,6 @@
33
## Home Assistant runs on my [Raspberry Pi 3](https://amzn.to/2e3DOBY) with [Aeon Labs Z Wave Stick (GEN 5)](https://amzn.to/2eAiAP0).
44
###################################
55

6-
##############################################################
7-
- alias: Hallway ZWave Enerwave Door Sensors Open
8-
id: 1dbd1ba4-6718-4510-b5ab-2a6edd540be4
9-
10-
trigger:
11-
- platform: state
12-
entity_id: binary_sensor.hallway_pantry
13-
to: 'on'
14-
- platform: state
15-
entity_id: binary_sensor.hallway_linen
16-
to: 'on'
17-
18-
condition:
19-
condition: or
20-
conditions:
21-
- condition: sun
22-
after: sunset
23-
after_offset: '-03:00:00'
24-
- condition: numeric_state
25-
entity_id: sensor.pirateweather_cloud_coverage
26-
above: 50
27-
28-
action:
29-
- service: light.turn_on
30-
entity_id:
31-
- light.kids_hallway
32-
- light.k4
33-
- delay: 00:20:00
34-
- service: light.turn_off
35-
entity_id: light.kids_hallway
36-
37-
##############################################################
38-
- alias: ZWave Enerwave Door Sensors Closed
39-
id: ceaeca80-e6dc-4b18-9d77-02cc4b09d272
40-
41-
trigger:
42-
- platform: state
43-
entity_id: binary_sensor.hallway_pantry
44-
to: 'off'
45-
- platform: state
46-
entity_id: binary_sensor.hallway_linen
47-
to: 'off'
48-
49-
action:
50-
service: light.turn_off
51-
entity_id: light.kids_hallway
52-
536
##############################################################
547
- alias: Shutdown Helper light
558
id: e3f4beff-4fa8-42e3-be5a-32b45106ac8a
@@ -59,12 +12,6 @@
5912
entity_id: light.k4
6013
to: 'on'
6114
for: '00:20:00'
62-
- platform: state
63-
entity_id: binary_sensor.hallway_pantry
64-
to: 'off'
65-
- platform: state
66-
entity_id: binary_sensor.hallway_linen
67-
to: 'off'
6815

6916
condition:
7017
condition: state

config/configuration.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ cloud:
4747
- light.living_room_lights
4848
- light.office_lights
4949
- light.outdoor_front_lights
50-
- light.outdoor_pool_lights
5150
- light.upstairs_lights
5251
- light.upstairs_lamp
5352
- light.sink

config/group/Indoor_Outdoor.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Interior_Lights:
2121
Exterior_Lights:
2222
entities:
2323
- light.outdoor_bathroom
24-
- light.outdoor_pool_lights
2524
- light.outdoor_front_lights
2625
- group.landscaping
2726
- group.outdoor_seasonal

config/group/doors.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
doors:
22
name: Doors
33
entities:
4-
- binary_sensor.hallway_linen
5-
- binary_sensor.hallway_pantry
64
# - binary_sensor.kitchen_door
75
- binary_sensor.MCU2_GPIO12 # Main Slider
86
- binary_sensor.MCU3_Light # Alarm Door

config/group/motion.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ motion:
22
name: Motion Detectors
33
entities:
44
- binary_sensor.office_motion
5-
- binary_sensor.frontdoorbell_all_occupancy
65

76

0 commit comments

Comments
 (0)