From 9fff21aae1ac064ba2021ad68a157135d6cb5097 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Thu, 25 Jan 2024 16:36:07 -0600 Subject: [PATCH] h-a: Remove roomba_is_downstairs template sensor This sensor is now provided by a [Threshold][0] helper. [0]: https://www.home-assistant.io/integrations/threshold/ --- home-assistant/configuration.yaml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/home-assistant/configuration.yaml b/home-assistant/configuration.yaml index ad4bd3c..49c32a4 100644 --- a/home-assistant/configuration.yaml +++ b/home-assistant/configuration.yaml @@ -269,19 +269,6 @@ switch: mac: e0:d5:5e:6e:ad:ac broadcast_address: 172.30.0.63 -binary_sensor: -- platform: template - sensors: - roomba_is_downstairs: - friendly_name: Roomba is Downstairs - value_template: >- - {% if is_state('binary_sensor.roomba_ibeacon_ble_presence', 'on') and - states('sensor.roomba_ibeacon_ble_rssi') | float > -70 %} - on - {% else %} - off - {% endif %} - prometheus: filter: exclude_entity_globs: