tomaae / homeassistant-truenas

TrueNAS integration for Home Assistant
Apache License 2.0
183 stars 17 forks source link

[Bug] #112

Closed schettada closed 12 months ago

schettada commented 12 months ago

The entity IDs are not correct/changed with the latest version.

With the latest version 1.2.5, the entity IDs are missing the integration/device name in it. For example, the CPU usage entity ID now is sensor.cpu_usage, whereas before it was sensor.truenas_system_cpu_usage. This makes it difficult to identify while searching for an entity in cards or automations.

How to reproduce the issue

Steps to reproduce the behavior:

  1. Go to the new entities created
  2. Click on any of the entities
  3. Go to the settings and look at the entity ID.

Expected behavior

Expect to see the device name as part of the entity id.

Screenshots

image

Software versions

All fields in this sections are required.

tomaae commented 12 months ago

thats intended change, as it was causing issues everywhere except system device.

tomaae commented 12 months ago

see #101