]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Added card scheduler
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Sun, 17 Oct 2021 10:13:45 +0000 (12:13 +0200)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Sun, 17 Oct 2021 10:13:45 +0000 (12:13 +0200)
.storage/lovelace
.storage/lovelace_resources

index b50f2ea2ac49caf9137612c61119f7233fb030e2..db0fbc9fc000760565a470b3c9b0eb1e5c644162 100644 (file)
                             "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"
+                            }
+                        }
+                    ]
                 }
             ]
         }
index df0079026d7447bb9a18a00ddabfbb016955848f..bf18b3506ec02a333f7c5c2021f76d6fd89701e2 100644 (file)
                 "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"
             }
         ]
     }