Rename zigbee entity Deconz

I have switch two rooms and i now have to rename device, what is the right and easy way to do it

rename in deconz + HA or only in HA - i dont want conflict device in my automations

Name is irrelevant, as long as the entity id remains unchanged.

sorry I mean also change entity id
because now the entity name is “room1name” , name is “room2name” and the sensor is in “room2name”
and the other the entity name is “room2name” , name is “room1name” and the sensor is in “room1name”

a bit confusion :slight_smile:

Changing the entity’s id will become an issue when being referenced by automations. You could do a search-and-replace on the automations.yaml, though.

Personally, I use Zigbee2MQTT (AKA Z2M) and leave the cryptic entity id (like 0x0017880103280e99) unchanged, but set Home Assistant’s friendly name using Z2Ms UI. The Id is not intended to transport any non-identity information (like location or room association).

Thanks - from now on I will only change friendly name :slight_smile: