From 89f4d13e305831ac5718f58241d12fc714ee4e60 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Sun, 17 Oct 2021 12:13:45 +0200 Subject: [PATCH] Added card scheduler --- .storage/lovelace | 41 +++++++++++++++++++++++++++++++++++++ .storage/lovelace_resources | 5 +++++ 2 files changed, 46 insertions(+) diff --git a/.storage/lovelace b/.storage/lovelace index b50f2ea2..db0fbc9f 100644 --- a/.storage/lovelace +++ b/.storage/lovelace @@ -1949,6 +1949,47 @@ "type": "weather-forecast" } ] + }, + { + "title": "Operazioni Pianificate", + "path": "schedule", + "icon": "mdi:clock-outline", + "badges": [], + "cards": [ + { + "type": "custom:scheduler-card", + "title": "Pianificazione Luci", + "include": [ + "light" + ], + "discover_existing": true, + "view_layout": { + "position": "sidebar" + } + }, + { + "type": "custom:scheduler-card", + "title": "Pianificazione Tapparelle", + "include": [ + "cover" + ], + "discover_existing": true, + "view_layout": { + "position": "sidebar" + } + }, + { + "type": "custom:scheduler-card", + "title": "Pianificazione Valvole", + "include": [ + "climate" + ], + "discover_existing": true, + "view_layout": { + "position": "sidebar" + } + } + ] } ] } diff --git a/.storage/lovelace_resources b/.storage/lovelace_resources index df007902..bf18b350 100644 --- a/.storage/lovelace_resources +++ b/.storage/lovelace_resources @@ -52,6 +52,11 @@ "url": "/hacsfiles/zigbee2mqtt-networkmap/zigbee2mqtt-networkmap.js?hacstag=201292040070", "type": "module", "id": "746f4aa8840a4986b284e7ac56c83789" + }, + { + "url": "/hacsfiles/scheduler-card/scheduler-card.js?hacstag=286270157220", + "type": "module", + "id": "77dd572c367b411e94bd21cae1b36064" } ] } -- 2.47.3