fix(dashboard-zuhause): reduce Musik tab to Küche + Wohnzimmer Sonos
Nach User-Wunsch: nur die zwei tatsächlich genutzten Player. Küche oben, Wohnzimmer Sonos System darunter. Entfernt: MA-Server-Status, Wohnzimmer Playbase, HONOR Pad
This commit is contained in:
@@ -2383,76 +2383,6 @@
|
|||||||
"type": "sections",
|
"type": "sections",
|
||||||
"max_columns": 1,
|
"max_columns": 1,
|
||||||
"sections": [
|
"sections": [
|
||||||
{
|
|
||||||
"type": "grid",
|
|
||||||
"title": "Music Assistant",
|
|
||||||
"cards": [
|
|
||||||
{
|
|
||||||
"type": "custom:mushroom-chips-card",
|
|
||||||
"alignment": "justify",
|
|
||||||
"chips": [
|
|
||||||
{
|
|
||||||
"type": "template",
|
|
||||||
"icon": "mdi:server",
|
|
||||||
"icon_color": "{% if is_state('binary_sensor.music_assistant_server_aktiv','on') %}green{% else %}red{% endif %}",
|
|
||||||
"content": "MA-Server {{ states('sensor.music_assistant_server_version') }}"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "template",
|
|
||||||
"icon": "mdi:cpu-64-bit",
|
|
||||||
"icon_color": "blue",
|
|
||||||
"content": "CPU {{ states('sensor.music_assistant_server_cpu_prozent') }}%"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "template",
|
|
||||||
"icon": "mdi:memory",
|
|
||||||
"icon_color": "purple",
|
|
||||||
"content": "RAM {{ states('sensor.music_assistant_server_arbeitsspeicher_in_prozent') }}%"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "grid",
|
|
||||||
"title": "Wohnzimmer (Sonos System)",
|
|
||||||
"cards": [
|
|
||||||
{
|
|
||||||
"type": "custom:mass-player-card",
|
|
||||||
"entities": [
|
|
||||||
"media_player.wohnzimmer_sonos_system"
|
|
||||||
],
|
|
||||||
"expressive_scheme": "vibrant",
|
|
||||||
"default_section": "music_player",
|
|
||||||
"queue": {
|
|
||||||
"show_album_covers": true,
|
|
||||||
"show_artist_names": true
|
|
||||||
},
|
|
||||||
"media_browser": {
|
|
||||||
"default_section": "recommendations",
|
|
||||||
"recommendations": {}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "grid",
|
|
||||||
"title": "Wohnzimmer (Playbase)",
|
|
||||||
"cards": [
|
|
||||||
{
|
|
||||||
"type": "custom:mass-player-card",
|
|
||||||
"entities": [
|
|
||||||
"media_player.wohnzimmer_playbase"
|
|
||||||
],
|
|
||||||
"expressive_scheme": "vibrant",
|
|
||||||
"default_section": "music_player",
|
|
||||||
"queue": {
|
|
||||||
"show_album_covers": true,
|
|
||||||
"show_artist_names": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "grid",
|
"type": "grid",
|
||||||
"title": "Küche",
|
"title": "Küche",
|
||||||
@@ -2477,18 +2407,22 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "grid",
|
"type": "grid",
|
||||||
"title": "HONOR Pad",
|
"title": "Wohnzimmer Sonos System",
|
||||||
"cards": [
|
"cards": [
|
||||||
{
|
{
|
||||||
"type": "custom:mass-player-card",
|
"type": "custom:mass-player-card",
|
||||||
"entities": [
|
"entities": [
|
||||||
"media_player.honor_pad_10"
|
"media_player.wohnzimmer_sonos_system"
|
||||||
],
|
],
|
||||||
"expressive_scheme": "vibrant",
|
"expressive_scheme": "vibrant",
|
||||||
"default_section": "music_player",
|
"default_section": "music_player",
|
||||||
"queue": {
|
"queue": {
|
||||||
"show_album_covers": true,
|
"show_album_covers": true,
|
||||||
"show_artist_names": true
|
"show_artist_names": true
|
||||||
|
},
|
||||||
|
"media_browser": {
|
||||||
|
"default_section": "recommendations",
|
||||||
|
"recommendations": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user