thx a lot.
Will try sections view for my mirror soon and hope the issue is gone.
Currently i am using the “horizontal-stack” & “vertical-stack” cards.
@Jon_White thx for the hint regarding the new beta sections feature.
With this the issue is gone. So the issue was the layout-card hascs frontend addon.
1 Like
Also, another tip, I have started using the visibility tab to increase the amount of information displayed. I create a boolean helper and then use an automation to turn it on and off. So one changes every 30 seconds and and another is on between 6am and 9am.
The 30sec one cycles between camera views and solar now and solar today displays.
The other one shows travel time to work but only in the morning - actually typing this I know when various people leave so I could turn off their travel time display as they leave home!
type: gauge
entity: sensor.waze_travel_time
name: J's Drive to Work
theme: blackened
needle: true
severity:
green: 0
yellow: 40
red: 51
min: 20
max: 100
visibility:
- condition: state
entity: input_boolean.traveltimevisible
state: 'on'
1 Like