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