mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-13 12:26:29 +00:00
Update config flow unique ID blog post (#2587)
* Update config flow unique ID blog post * Update 2025-03-01-config-flow-unique-id.md
This commit is contained in:
parent
26cae35bda
commit
52d6fae57e
@ -6,6 +6,10 @@ title: "New checks for config flow unique ID"
|
||||
|
||||
### Summary of changes
|
||||
|
||||
Creating a config entry with a unique ID already present in the registry is deprecated, and will now log a warning.
|
||||
|
||||
### Details
|
||||
|
||||
When a config flow creates an entry with a colliding unique ID, the old entry is currently automatically removed and replaced with the new config entry.
|
||||
This can lead to unexpected behavior, and integrations should be adjusted to instead abort the flow.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user