From 7fb09320848daec72f6d09287195164927bb0028 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 27 Aug 2024 09:34:08 -0500 Subject: [PATCH] home-assistant: Remove unused template sensors --- home-assistant/configuration.yaml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/home-assistant/configuration.yaml b/home-assistant/configuration.yaml index 84e14ef..5c36d89 100644 --- a/home-assistant/configuration.yaml +++ b/home-assistant/configuration.yaml @@ -104,16 +104,6 @@ sensor: template: - sensor: - - name: 'Thermostat Temperature' - device_class: temperature - unit_of_measurement: °C - state: >- - {% if is_state('sensor.season', 'winter') %} - {{ states('sensor.living_room_temperature') }} - {% else %} - {{ states('sensor.bedroom_temperature') }} - {% endif %} - - name: "Tonight's Forecast" device_class: temperature unit_of_measurement: °C @@ -123,12 +113,6 @@ template: | map(attribute='temperature') | first }} - - name: Cost per Mow - device_class: monetary - unit_of_measurement: USD - state: >- - {{ 3072.21 / states('counter.mow_count')|int }} - - name: Apc1500 Load device_class: power unit_of_measurement: W