b031ded671
When editing an entity in the frontend dialog, pressing save causes a "save failed: Entity is already registered" error. This is because the frontend always sets `name` and `new_entity_id` in the websocket command even if they haven't been changed. This adds a check that the `new_entity_id` is actually different from `entity_id` before erroring that the `new_entity_id` is already registered. |
||
---|---|---|
.. | ||
__init__.py | ||
auth.py | ||
auth_provider_homeassistant.py | ||
automation.py | ||
config_entries.py | ||
core.py | ||
customize.py | ||
device_registry.py | ||
entity_registry.py | ||
group.py | ||
hassbian.py | ||
script.py | ||
zwave.py |