Replies: 1 comment
|
5.2.0 adds an entity id scheme choice at setup: Standard is Home Assistant's device-then-name as before; Extended puts a common prefix first and the id before the name — |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Many thanks for this integration!
I want to make a proposal for the automated naming scheme of the sensors.
Right now a sensor ist named like "sensor.lxc_nginx_502_cpu_usage" (domain.type_name_id_item). This scheme ist not optimal if you want to sort more sensors in a list.
Best would be, to use "domain.type_id_name_id" or "domain.id_type_name_item" to better sorry by id or to define the scheme in the settings to sort as you like.
All reactions