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.
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 !
Thank you very much for your help. Much appreciated !
Best regards
No problem