Initial commit: Home Assistant Konfiguration
- automations.yaml: 28 Automationen (bereinigt & zusammengefasst) - lovelace.dashboard_modern.json: Modernes Dashboard - lovelace_dashboards.json: Dashboard-Konfiguration - modern_home.generated.yaml: HA YAML-Konfiguration
This commit is contained in:
commit
e32030a0c2
5 changed files with 1455 additions and 0 deletions
171
lovelace.dashboard_modern.json
Normal file
171
lovelace.dashboard_modern.json
Normal file
|
|
@ -0,0 +1,171 @@
|
|||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue