From 3b44dd41944d07dd61e4c821e59f4ee41e890eaa Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Thu, 13 Oct 2016 17:59:54 +0000 Subject: [PATCH] I don't want to see no Sensors! --- customize/weather.yaml | 5 +++++ sensor/nest.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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