diff --git a/home-panel/rootfs/etc/home-panel/home-panel-config.default.json b/home-panel/rootfs/etc/home-panel/home-panel-config.default.json index 606206d..3c6b01e 100644 --- a/home-panel/rootfs/etc/home-panel/home-panel-config.default.json +++ b/home-panel/rootfs/etc/home-panel/home-panel-config.default.json @@ -5,18 +5,41 @@ "name": "Midnight", "base": "dark", "overrides": { + "primary": "pink", "backgrounds": { "main": "#383c45", "default": "#383c45", "card": { "on": "pink[600]", "off": "#434954", - "disabled": "#7f848e" + "disabled": "#7f848e", + "alarm": { + "home": "pink[600]", + "away": "pink[600]" + } } }, "text": { "light": "grey[50]", "main": "grey[100]" + }, + "secondary": "pink" + } + }, + { + "name": "Forest", + "base": "light", + "overrides": { + "backgrounds": { + "main": "url(https://images.pexels.com/photos/4827/nature-forest-trees-fog.jpeg) no-repeat fixed center", + "card": { + "on": "lightGreen[700]", + "off": "rgba(160, 200, 160, 0.6)", + "alarm": { + "home": "lightGreen[700]", + "away": "lightGreen[700]" + } + } } } } @@ -53,20 +76,72 @@ } ] }, + "pages": [ + { + "name": "Home", + "icon": "home" + }, + { + "name": "Weather", + "icon": "weather-partlycloudy" + } + ], "items": [ { "name": "Living Room", "cards": [ { - "entity_id": "light.tv_light" + "entity_id": "light.tv_light", + "name": "TV", + "icon": "lightbulb" } - ] + ], + "page": 1, + "width": 2 }, { "name": "Dining Room", "cards": [ { - "entity_id": "light.table_light" + "entity_id": "light.table_light", + "icon": "ceiling-light", + "name": "Table Light" + } + ], + "page": 1, + "width": 2 + }, + { + "name": "Weather", + "page": 2, + "width": 6, + "cards": [ + { + "type": "hass", + "name": "", + "entity_id": "weather.dark_sky", + "icon": "", + "width": 3, + "height": 2, + "size": { + "name": "", + "state": "", + "icon": "" + } + }, + { + "type": "iframe", + "name": "", + "entity_id": "", + "icon": "", + "width": 4, + "height": 4, + "size": { + "name": "", + "state": "", + "icon": "" + }, + "url": "https://embed.windy.com/embed2.html" } ] }