Hello!
First of all, apologies in advanced for being a newb. I just started my journey with Home Assistant. Been doing a lot of reading of what to expect and what the best practices are. I’m on the early stages and I’ve only added a handful of z-wave/zigbee devices just to get a feel of HA. I’m migrating from Smartthings little by little.
One of the suggestions is to rename the “Entity IDs” to easily identify them when you plan to do scripts/automations/etc.
This is where I got a little confused of what “Entity ID” actually needs to be renamed.
I went to Settings > Device & Services > Entities (tab) – and it displayed all my entities with names, integrations, Area, and Status.
I noticed that each device have a bunch of entities and I assume/read that each entity corresponds to a function of the device itself (If I’m not mistaken, this is called an attribute).
For example (screenshot below), I have added 3 motion sensors in my Attic. The Device names are (friendly):
Attic - Motion Sensor - Entrance
Attic - Motion Sensor - Back
Attic - Motion Sensor - Side
I could foresee only using maybe 3-4 options (if available) – Motion detection itself, battery levels, temp, and firmware (maybe).
However, there are a bunch of other Entities that I’m not sure what they do. For example – node ping, status etc. I’m not even sure if I’m going to use them or if they are important for future automation.
As best practice, do I have to rename ALL of them?
Some of the examples I’m planning to rename them with are:
Actual Device Name: Attic - Motion Sensor - Entrance
Name under Entities Tab (one of many): Attic - Motion Sensor - Entrance Node status
Entity ID →
FROM: sensor.node_3_node_status
TO: sensor.attic_motion_sensor_entrance_node_3_status
Do I actually rename the “Name” from the Entities tab and the Entity ID too?
Again, apologies as this maybe a basic question but I was not able to find any tutorials that specifically mention “where” to rename it. Most video tutorials and posts just suggests to rename it but not exactly where or what not to rename.
If you can also advice what’s the best naming convention, that would be great too!
TIA!