mirror of
https://github.com/hassio-addons/addon-home-panel.git
synced 2025-05-04 19:01:21 +00:00
🔨 Create nicer default file
This commit is contained in:
parent
b365468f5b
commit
af48fb529d
1 changed files with 79 additions and 4 deletions
|
@ -5,18 +5,41 @@
|
||||||
"name": "Midnight",
|
"name": "Midnight",
|
||||||
"base": "dark",
|
"base": "dark",
|
||||||
"overrides": {
|
"overrides": {
|
||||||
|
"primary": "pink",
|
||||||
"backgrounds": {
|
"backgrounds": {
|
||||||
"main": "#383c45",
|
"main": "#383c45",
|
||||||
"default": "#383c45",
|
"default": "#383c45",
|
||||||
"card": {
|
"card": {
|
||||||
"on": "pink[600]",
|
"on": "pink[600]",
|
||||||
"off": "#434954",
|
"off": "#434954",
|
||||||
"disabled": "#7f848e"
|
"disabled": "#7f848e",
|
||||||
|
"alarm": {
|
||||||
|
"home": "pink[600]",
|
||||||
|
"away": "pink[600]"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"text": {
|
"text": {
|
||||||
"light": "grey[50]",
|
"light": "grey[50]",
|
||||||
"main": "grey[100]"
|
"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": [
|
"items": [
|
||||||
{
|
{
|
||||||
"name": "Living Room",
|
"name": "Living Room",
|
||||||
"cards": [
|
"cards": [
|
||||||
{
|
{
|
||||||
"entity_id": "light.tv_light"
|
"entity_id": "light.tv_light",
|
||||||
|
"name": "TV",
|
||||||
|
"icon": "lightbulb"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"page": 1,
|
||||||
|
"width": 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Dining Room",
|
"name": "Dining Room",
|
||||||
"cards": [
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue