zigbee2mqtt
zigbee2mqtt copied to clipboard
Rename entity ID missing in version 1.37.0-1
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.
What did you expect to happen?
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
Is there another way in the meantime to update the entity_id?
https://github.com/Koenkk/zigbee2mqtt/issues/22384#issuecomment-2091447905
I can't change friendly name. Missing button.
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
This should be fixed in the dev branch
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}