core/homeassistant/components/config
Glen Takahashi b031ded671 Fix not being able to update entities (#19344)
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.
2018-12-16 13:06:27 -05:00
..
__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