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 No more opt-out auth (#18854) 2018-12-02 16:32:53 +01:00
auth.py Rename is_owner decorator to is_admin (#19266) 2018-12-14 10:19:27 +01:00
auth_provider_homeassistant.py Rename is_owner decorator to is_admin (#19266) 2018-12-14 10:19:27 +01:00
automation.py Async syntax 2, camera & climate & config (#17016) 2018-10-01 08:50:05 +02:00
config_entries.py Check admin permission before able to manage config entries 2018-12-13 16:13:43 +01:00
core.py Async syntax 2, camera & climate & config (#17016) 2018-10-01 08:50:05 +02:00
customize.py Remove service helper (8) (#17055) 2018-10-02 10:23:37 +02:00
device_registry.py Async response all the things (#17073) 2018-10-03 07:53:54 +02:00
entity_registry.py Fix not being able to update entities (#19344) 2018-12-16 13:06:27 -05:00
group.py Async syntax 2, camera & climate & config (#17016) 2018-10-01 08:50:05 +02:00
hassbian.py Async syntax 2, camera & climate & config (#17016) 2018-10-01 08:50:05 +02:00
script.py Async syntax 2, camera & climate & config (#17016) 2018-10-01 08:50:05 +02:00
zwave.py Async syntax 2, camera & climate & config (#17016) 2018-10-01 08:50:05 +02:00