Move details from status bar

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 :wink:

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 :confused:

D’oh!
Sorry. Just worked it out.

I did

[code]group:
default_view:
entities:

  • sensor.speedtest_ping
  • sensor.speedtest_download
  • sensor.speedtest_upload[/code]

and got

Cheers for the help

Dude,

Change this

[code]group:
default_view:
entities:

  • sensor.speedtest_ping
  • sensor.speedtest_download
  • sensor.speedtest_upload[/code]

to this

[code]group:
speedtest:
entities:

  • sensor.speedtest_ping
  • sensor.speedtest_download
  • sensor.speedtest_upload[/code]

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 :wink:

https://automic.us/forum/viewtopic.php?f=4&t=238#p762

1 Like

Ah rockin’!
That’s much better. Many thanks. :smiley:

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.