mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
Fix config entry unique_id collision in proximity (#127456)
This commit is contained in:
parent
85ae66d276
commit
62b449e52c
@ -175,7 +175,7 @@ async def test_avoid_duplicated_title(hass: HomeAssistant) -> None:
|
|||||||
CONF_IGNORED_ZONES: ["zone.work"],
|
CONF_IGNORED_ZONES: ["zone.work"],
|
||||||
CONF_TOLERANCE: 10,
|
CONF_TOLERANCE: 10,
|
||||||
},
|
},
|
||||||
unique_id=f"{DOMAIN}_home",
|
unique_id=f"{DOMAIN}_home_3",
|
||||||
).add_to_hass(hass)
|
).add_to_hass(hass)
|
||||||
|
|
||||||
with patch(
|
with patch(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user