From ed8d8263a98def27da881ba459c077188e568026 Mon Sep 17 00:00:00 2001 From: Christopher Viel Date: Mon, 15 Jul 2024 18:35:15 -0400 Subject: [PATCH] Remove bathroom door sensors --- dashboards/views/basement.yaml | 2 -- dashboards/views/ground-floor.yaml | 2 -- packages/aggregates/batteries.yaml | 1 - packages/areas/basement_bathroom.yaml | 7 ------- packages/areas/main_bathroom.yaml | 8 -------- packages/core/history.yaml | 3 --- packages/core/zwave.yaml | 1 - 7 files changed, 24 deletions(-) diff --git a/dashboards/views/basement.yaml b/dashboards/views/basement.yaml index a49316d6..f32bca4e 100644 --- a/dashboards/views/basement.yaml +++ b/dashboards/views/basement.yaml @@ -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 diff --git a/dashboards/views/ground-floor.yaml b/dashboards/views/ground-floor.yaml index bb7d5b64..b00ee957 100644 --- a/dashboards/views/ground-floor.yaml +++ b/dashboards/views/ground-floor.yaml @@ -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 diff --git a/packages/aggregates/batteries.yaml b/packages/aggregates/batteries.yaml index 6ba82772..04ba4364 100644 --- a/packages/aggregates/batteries.yaml +++ b/packages/aggregates/batteries.yaml @@ -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" diff --git a/packages/areas/basement_bathroom.yaml b/packages/areas/basement_bathroom.yaml index a91fa7c4..bc412db2 100644 --- a/packages/areas/basement_bathroom.yaml +++ b/packages/areas/basement_bathroom.yaml @@ -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: @@ -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 diff --git a/packages/areas/main_bathroom.yaml b/packages/areas/main_bathroom.yaml index 83619c6a..5d61af7b 100644 --- a/packages/areas/main_bathroom.yaml +++ b/packages/areas/main_bathroom.yaml @@ -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: @@ -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 diff --git a/packages/core/history.yaml b/packages/core/history.yaml index 4ce19ad5..1b892815 100644 --- a/packages/core/history.yaml +++ b/packages/core/history.yaml @@ -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" @@ -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" @@ -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" diff --git a/packages/core/zwave.yaml b/packages/core/zwave.yaml index 90a127d2..7e78ddc3 100644 --- a/packages/core/zwave.yaml +++ b/packages/core/zwave.yaml @@ -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"