Hallo,
ich habe das Problem das bei meinem Dashboard für einen Google Hub, die Anzeige immer falsch ist. D.h. wenn ich das Dashboard aufrufe, zeigt er alle Buttons und Texte im falschen Format an. Sobald ich das Dashboard dann kurz bearbeite, stellt er es richtig dar.
Da der Google Hub nicht so super stabil läuft und ich es durch eine Automation abfange falls er sich aufhängt und das Dashboard erneut anzeigen lasse, tritt der Fehler ständig auf.
Ich weiss das es am Cache liegen könnte, aber ich weiß nicht wie ich diesen beim Google Hub jedes mal löschen kann bevor das Dashboard angezeigt wird. Neustart des Google Hubs bringt auch keine Verbesserung.
Ich hoffe hier hat noch jemannd einen Tipp für mich.
Hier mal der Code von meinem Dashboard
kiosk_mode:
hide_header: true
hide_sidebar: '{{ is_state("input_boolean.hide_sidebar", "on") }}'
views:
- type: sidebar
path: uhr
title: Uhr
cards:
- type: custom:digital-clock
grid_options: null
columns: 1
rows: 2
card_mod:
style: |
span.first-line
{
font-size: 21em;
margin-bottom:2px;
}
span.second-line
{
font-size: 2.4em;
margin-bottom:50px;
}
ha-card {
background: transparent;
border-style: none;
color: white;
}
- type: horizontal-stack
cards:
- type: horizontal-stack
cards:
- show_name: true
show_icon: true
type: button
entity: light.wohnzimmer
theme: Frosted Glass Dark
icon: mdi:lightbulb-group
- show_name: true
show_icon: true
type: button
theme: Frosted Glass Dark
entity: switch.kamin
icon: mdi:fireplace
name:
type: device
- show_name: true
show_icon: true
type: button
theme: Frosted Glass Dark
entity: switch.heizung_visual
icon: mdi:thermometer
name: Heizung
- show_name: true
show_icon: true
type: button
theme: Frosted Glass Dark
name: Weihnachtsbeleuchtung
icon: mdi:candycane
entity: switch.weihnachtsbeleuchtung
hold_action:
action: navigate
navigation_path: '#pop-up-xmas'
- show_name: true
show_icon: true
type: button
tap_action:
action: navigate
navigation_path: '#pop-up-xmas'
name: PopUp
theme: Frosted Glass Dark
- type: vertical-stack
cards:
- type: custom:bubble-card
card_type: pop-up
name: Weihnachtsbeleuchtung
icon: mdi:candycane
hash: '#pop-up-xmas'
button_type: name
- type: custom:bubble-card
card_type: separator
name: Beleuchtung
icon: mdi:lightbulb-outline
- type: horizontal-stack
cards:
- type: custom:bubble-card
card_type: button
button_type: switch
show_state: true
name: Weihnachtsbaum
icon: mdi:pine-tree-variant
entity: switch.weihnachtsbaum_steckdose
- type: custom:bubble-card
card_type: button
button_type: switch
show_state: true
entity: switch.gr_fan_in_steckdose_1
name: Stern - Oben
icon: mdi:star
- type: custom:bubble-card
card_type: button
button_type: switch
show_state: true
name: Stern - Unten
icon: mdi:star
entity: switch.duftlicht_steckdose
- type: custom:bubble-card
card_type: button
button_type: switch
show_state: true
entity: light.weihnachten_stern_garten_steckdose_1
name: Stern - Garten
icon: mdi:star
- type: vertical-stack
cards:
- type: custom:bubble-card
card_type: button
button_type: switch
show_state: true
name: Weihnachtsbaum
icon: mdi:pine-tree-variant
entity: switch.weihnachtsbaum_steckdose
- type: custom:bubble-card
card_type: button
button_type: switch
show_state: true
entity: light.weihnachten_stern_garten_steckdose_1
name: Stern - Garten
icon: mdi:star
- type: custom:bubble-card
card_type: button
button_type: switch
show_state: true
name: Stern - Unten
icon: mdi:star
entity: switch.duftlicht_steckdose
- type: custom:bubble-card
card_type: button
button_type: switch
show_state: true
entity: switch.gr_fan_in_steckdose_1
name: Stern - Oben
icon: mdi:star
background:
opacity: 70
alignment: center
size: cover
repeat: repeat
attachment: fixed
image:
media_content_id: media-source://media_source/local/IMG_5854.jpeg
media_content_type: image/jpeg
metadata:
title: IMG_5854.jpeg
thumbnail: null
media_class: image
children_media_class: null
navigateIds:
- {}
- media_content_type: app
media_content_id: media-source://media_source
icon: mdi:clock

