Skip to content

Commit

Permalink
Remove bathroom door sensors
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-V committed Jul 15, 2024
1 parent a277c0d commit ed8d826
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 24 deletions.
2 changes: 0 additions & 2 deletions dashboards/views/basement.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@
sensors:
- entity_id: binary_sensor.basement_bathroom_motion
name: Motion
- entity_id: binary_sensor.basement_bathroom_door
name: Door
- entity_id: sensor.basement_bathroom_humidity
name: Humidity
- entity_id: sensor.basement_bathroom_temperature
Expand Down
2 changes: 0 additions & 2 deletions dashboards/views/ground-floor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@
sensors:
- entity_id: binary_sensor.main_bathroom_motion
name: Motion
- entity_id: binary_sensor.main_bathroom_door
name: Door
- entity_id: sensor.main_bathroom_humidity
name: Humidity
- entity_id: sensor.main_bathroom_temperature
Expand Down
1 change: 0 additions & 1 deletion packages/aggregates/batteries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ group:
name: "Batteries"
icon: "mdi:battery"
entities: &battery_entities
- "sensor.basement_bathroom_door_sensor_battery"
- "sensor.basement_bathroom_multisensor_battery"
- "sensor.chris_bedside_remote_battery"
- "sensor.drake_battery"
Expand Down
7 changes: 0 additions & 7 deletions packages/areas/basement_bathroom.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
homeassistant:
customize:
binary_sensor.basement_bathroom_door:
friendly_name: "Basement bathroom door"
device_class: "door"
binary_sensor.basement_bathroom_presence:
friendly_name: "Basement bathroom presence"
sensor.basement_bathroom_door_sensor_battery:
battery_type: "Sensative Strip"
battery_warning_level: 20
sensor.basement_bathroom_humidity:
friendly_name: "Basement bathroom humidity"
sensor.basement_bathroom_multisensor_battery:
Expand All @@ -32,7 +26,6 @@ template:
state: >-
{{
is_state('binary_sensor.basement_bathroom_motion', 'on')
or is_state('binary_sensor.basement_bathroom_door', 'off')
}}
delay_off: 15

Expand Down
8 changes: 0 additions & 8 deletions packages/areas/main_bathroom.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
homeassistant:
customize:
binary_sensor.main_bathroom_door:
friendly_name: "Main bathroom door"
binary_sensor.main_bathroom_presence:
friendly_name: "Main bathroom presence"
sensor.main_bathroom_multisensor_battery:
Expand Down Expand Up @@ -34,18 +32,12 @@ cloud:

template:
- binary_sensor:
- unique_id: "binary_sensor.main_bathroom_door"
name: "main_bathroom_door"
device_class: "door"
state: true

- unique_id: "binary_sensor.main_bathroom_presence"
name: "main_bathroom_presence"
device_class: "presence"
state: >-
{{
is_state('binary_sensor.main_bathroom_motion', 'on')
or is_state('binary_sensor.main_bathroom_door', 'off')
}}
delay_off: 15

Expand Down
3 changes: 0 additions & 3 deletions packages/core/history.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ recorder:
- "binary_sensor.all_motions"
- "binary_sensor.all_plants"
- "binary_sensor.all_windows"
- "binary_sensor.basement_bathroom_door"
- "binary_sensor.basement_bathroom_motion"
- "binary_sensor.basement_bathroom_presence"
- "binary_sensor.bolt_ev_charge_state"
Expand All @@ -52,7 +51,6 @@ recorder:
- "binary_sensor.living_room_door"
- "binary_sensor.lounge_proxy_status"
- "binary_sensor.lounge_window"
- "binary_sensor.main_bathroom_door"
- "binary_sensor.main_bathroom_motion"
- "binary_sensor.main_bathroom_presence"
- "binary_sensor.minecraft_server_status"
Expand All @@ -67,7 +65,6 @@ recorder:
- "binary_sensor.winter_credit_enabled"
- "binary_sensor.winter_credit_peak_event"
- "binary_sensor.workshop_motion"
- "sensor.basement_bathroom_door_sensor_battery"
- "sensor.basement_bathroom_humidity"
- "sensor.basement_bathroom_multisensor_battery"
- "sensor.basement_bathroom_temperature"
Expand Down
1 change: 0 additions & 1 deletion packages/core/zwave.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ group:
name: "Z-Wave nodes"
icon: "mdi:z-wave"
entities: &zwave_nodes
- "sensor.basement_bathroom_door_sensor_node_status"
- "sensor.basement_bathroom_fan_switch_node_status"
- "sensor.basement_bathroom_light_switch_node_status"
- "sensor.basement_bathroom_multisensor_node_status"
Expand Down

0 comments on commit ed8d826

Please sign in to comment.