diff --git a/customize/weather.yaml b/customize/weather.yaml index 484f2abf..a674b91e 100755 --- a/customize/weather.yaml +++ b/customize/weather.yaml @@ -31,6 +31,11 @@ sensor.downstairs_humidity: sensor.upstairs_humidity: icon: mdi:water-percent +sensor.upstairs_away_mode: + hidden: true +sensor.downstairs_away_mode: + hidden: true + ################################### ## Sun Section ################################### diff --git a/sensor/nest.yaml b/sensor/nest.yaml index 1859c611..2b26747e 100755 --- a/sensor/nest.yaml +++ b/sensor/nest.yaml @@ -6,6 +6,6 @@ - platform: template sensors: - upstairs_away_mode: + downstairs_away_mode: entity_id: climate.downstairs value_template: "{{ is_state_attr('climate.downstairs', 'away_mode', 'on') }}" \ No newline at end of file