From 3119cc2a2b4a800e5eeab520c7cb07dd460bdfef Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Sat, 1 Aug 2020 10:39:48 +0200 Subject: [PATCH] Added reference in lovelace.lovelace_settings to the cover automation. --- .storage/lovelace.lovelace_settings | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.storage/lovelace.lovelace_settings b/.storage/lovelace.lovelace_settings index 8c6f77f8..f491f488 100644 --- a/.storage/lovelace.lovelace_settings +++ b/.storage/lovelace.lovelace_settings @@ -23,9 +23,18 @@ "cards": [ { "entities": [ - "automation.startup_restart_on_error", - "automation.startup_google_sync", - "automation.risveglio_giorgio" + { + "entity": "automation.startup_restart_on_error" + }, + { + "entity": "automation.modalita_vacanza_gestione_tapparelle" + }, + { + "entity": "automation.startup_google_sync" + }, + { + "entity": "automation.risveglio_giorgio" + } ], "show_header_toggle": false, "title": "Automazioni", -- 2.47.3