zigbee2mqtt icon indicating copy to clipboard operation
zigbee2mqtt copied to clipboard

Rename entity ID missing in version 1.37.0-1

Open YewTreeWeb opened this issue 9 months ago • 6 comments

What happened?

When renaming a device in previous versions under friendly name was a toggle called 'Update Home Assistant entity ID'. However, since updating to 1.37.0-1 this option has disappeared along with the issue stated in Github issue #22415.

current-device-rename

What did you expect to happen?

entity_id-rename When renaming devices for an option to rename the id to be included

How to reproduce it (minimal and precise)

On a none mobile display click rename device icon.

Zigbee2MQTT version

1.37.0-1

Adapter firmware version

20240501.0

Adapter

Combee II

Setup

Home Assistant OS

Debug log

No response

YewTreeWeb avatar May 03 '24 11:05 YewTreeWeb

Is there another way in the meantime to update the entity_id?

YewTreeWeb avatar May 03 '24 11:05 YewTreeWeb

https://github.com/Koenkk/zigbee2mqtt/issues/22384#issuecomment-2091447905

LeeWiu avatar May 03 '24 14:05 LeeWiu

I can't change friendly name. Missing button. Screenshot_20240503_201603_Home Assistant

tauka84 avatar May 03 '24 18:05 tauka84

Same here, the button is there but no longer an option to update the entity ID. From Mobile app in portrait mode, the button is not shown at all, in landscape mode is there but still missing the update entity ID

traqnski89 avatar May 04 '24 07:05 traqnski89

This should be fixed in the dev branch

Koenkk avatar May 04 '24 07:05 Koenkk

This will be fixed in the next release, but until then use manual rename https://www.zigbee2mqtt.io/guide/usage/mqtt_topics_and_messages.html#zigbee2mqtt-bridge-request Go to Settings / Devices / MQTT / Configure and input Topic: zigbee2mqtt/bridge/request/device/rename Payload: {"from": "old_name", "to": "new_name","homeassistant_rename":true} Example: {"from": "0xa4c1383ffd1c89c1", "to": "Bath Weather", "homeassistant_rename":true} or {"from": "old_name", "to": "Bath Weather", "homeassistant_rename":true}

LeeWiu avatar May 04 '24 07:05 LeeWiu