homeassistant-config/lovelace.dashboard_modern.json

172 lines
4.6 KiB
JSON
Raw Normal View History

{
"version": 1,
"minor_version": 1,
"key": "lovelace.dashboard_modern",
"data": {
"config": {
"title": "Modern Home",
"views": [
{
"title": "Start",
"path": "start",
"icon": "mdi:home-analytics",
"cards": [
{
"content": "## Zuhause`nModernes Dashboard mit Raumfokus und stabilen Standard-Karten.",
"type": "markdown"
},
{
"type": "grid",
"title": "Schnellzugriff",
"columns": 2,
"cards": [
{
"entity": "lock.smart_lock_pro_lock",
"type": "tile"
},
{
"entity": "light.wohnzimmer_deckenlampe",
"type": "tile"
},
{
"entity": "light.wohnzimmer_deckenlampe_1",
"type": "tile"
},
{
"entity": "light.wohnzimmer_deckenlampe_2",
"type": "tile"
},
{
"entity": "light.stehlampe",
"type": "tile"
},
{
"entity": "timer.badezimmer_heizung",
"type": "tile"
}
],
"square": false
},
{
"entities": [
"update.home_assistant_core_update",
"update.home_assistant_supervisor_update",
"update.home_assistant_operating_system_update",
"sensor.home_assistant_host_disk_free",
"sensor.home_assistant_host_disk_used",
"sensor.home_assistant_core_cpu_percent"
],
"type": "entities",
"title": "System",
"show_header_toggle": false
}
]
},
{
"title": "Räume",
"path": "raeume",
"icon": "mdi:floor-plan",
"cards": [
{
"type": "grid",
"columns": 3,
"cards": [
{
"area": "wohnzimmer",
"type": "area"
},
{
"area": "kuche",
"type": "area"
},
{
"area": "badezimmer",
"type": "area"
},
{
"area": "schlafzimmer",
"type": "area"
},
{
"area": "kinderzimmer",
"type": "area"
},
{
"area": "buro",
"type": "area"
},
{
"area": "treppenhaus",
"type": "area"
},
{
"area": "keller",
"type": "area"
},
{
"area": "garage",
"type": "area"
},
{
"area": "garten",
"type": "area"
},
{
"area": "teich",
"type": "area"
},
{
"area": "haustur",
"type": "area"
},
{
"area": "dachgeschoss",
"type": "area"
},
{
"area": "dachboden",
"type": "area"
},
{
"area": "waschkuche",
"type": "area"
},
{
"area": "unterhaltungszimmer",
"type": "area"
},
{
"area": "aprendo",
"type": "area"
},
{
"area": "zuhause",
"type": "area"
}
],
"square": false
}
]
},
{
"title": "Geräte",
"path": "geraete",
"icon": "mdi:tune-variant",
"cards": [
{
"entities": [
"media_player.denon_avr_x1700h",
"media_player.aprendo_mini",
"media_player.wohnzimmer_mini"
],
"type": "entities",
"title": "Media",
"show_header_toggle": false
}
]
}
]
}
}
}