Help with customization

How can I get on default HA ui, the same output ( lines with data of my entities) like I get on ui-lovelice, instead data inside circules ?
Thank you.

Image1

Image2

With groups: https://www.home-assistant.io/components/group/

Thank you for your suggestion.
This is my group configuration, but still unable to get the output I want. I don’t have any type of errors with my HA configuration.

server:
name: Server
view: yes
entities:
- sensor.last_boot
- sensor.memory_free
- sensor.disk_free_
- sensor.processor_use

You need to put the sensors in a group. Then put that group in your server ‘view-group’.

server:
name: Server
view: yes
entities:

  • group.serversensors

serversensors:
name: Serversensors
entities:

  • sensor.last_boot
  • sensor.memory_free
  • sensor.disk_free_
  • sensor.processor_use

Sorry for the markup issues - on my phone.

1 Like

Done ! :slight_smile:
Thank you very much for your help. Much appreciated !
Best regards

No problem :slight_smile: