Is there a way to move sensor data for the status bar into a card?
So, from this
into something like this
sorry, still not sure of all the technical phrases
Is there a way to move sensor data for the status bar into a card?
So, from this
into something like this
sorry, still not sure of all the technical phrases
Yes there is, just use the grouping as you’ve done with the lights.
That looks to have created a new tab page, not a card section
The lights section created itself, presumably by the auto discovery process, which is why I was asking.
I’m obviously doing something wrong
D’oh!
Sorry. Just worked it out.
I did
[code]group:
default_view:
entities:
and got
Cheers for the help
Dude,
Change this
[code]group:
default_view:
entities:
to this
[code]group:
speedtest:
entities:
and put this all the way on top under just under time_zone
customize:
sensor.speedtest_ping:
icon: mdi:radar
sensor.speedtest_download:
icon: mdi:download
sensor.speedtest_upload:
icon: mdi:upload
Looks far more sexy then Default View
Ah rockin’!
That’s much better. Many thanks.
No problem.
Is it possible to get a sensor to show up in both the status bar and a group? Doesn’t have to be on the same tab, but I like having all my door switches up top at a glance, but I’d like to move some groups onto their own tab and keep the relevant sensor with each room group.