From 9178cecfae8dba16c056c5ded584c0bb6a355150 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Thu, 24 Sep 2020 16:44:06 +0200 Subject: [PATCH] Disabled weather sensor --- .storage/lovelace | 25 ++++++++++++++++--------- log/history.yaml | 1 - log/logbook.yaml | 1 - log/recorder.yaml | 1 - 4 files changed, 16 insertions(+), 12 deletions(-) diff --git a/.storage/lovelace b/.storage/lovelace index ffa6af84..8b5be884 100644 --- a/.storage/lovelace +++ b/.storage/lovelace @@ -1,4 +1,6 @@ { + "version": 1, + "key": "lovelace", "data": { "config": { "title": "Panoramica", @@ -745,9 +747,19 @@ "title": "Allarmi" }, { + "icon": "mdi:weather-sunny", + "id": "meteo", + "title": "Meteo", "badges": [ - "sun.sun", - "sensor.yr_symbol" + { + "entity": "sun.sun" + }, + { + "entity": "sensor.front_balcony_temperature" + }, + { + "entity": "sensor.rear_balcony_temperature" + } ], "cards": [ { @@ -782,14 +794,9 @@ "title": "Veranda", "type": "entities" } - ], - "icon": "mdi:weather-sunny", - "id": "meteo", - "title": "Meteo" + ] } ] } - }, - "key": "lovelace", - "version": 1 + } } \ No newline at end of file diff --git a/log/history.yaml b/log/history.yaml index eeaee504..b833a5b7 100644 --- a/log/history.yaml +++ b/log/history.yaml @@ -18,7 +18,6 @@ exclude: - sensor.time_date # Sun & Weather - sun.sun - - sensor.yr_symbol # Hacs - sensor.hacs # System diff --git a/log/logbook.yaml b/log/logbook.yaml index 96f7fba4..50b4eeae 100644 --- a/log/logbook.yaml +++ b/log/logbook.yaml @@ -18,7 +18,6 @@ exclude: - sensor.time_date # Sun & Weather - sun.sun - - sensor.yr_symbol # Hacs - sensor.hacs # System diff --git a/log/recorder.yaml b/log/recorder.yaml index 1ca79c0b..2db39fdc 100644 --- a/log/recorder.yaml +++ b/log/recorder.yaml @@ -20,7 +20,6 @@ exclude: - sensor.time_date # Sun & Weather - sun.sun - - sensor.yr_symbol # Hacs - sensor.hacs # System -- 2.47.3