mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 11:18:00 +02:00
Fix config entry unique_id collision in proximity (#127456)
This commit is contained in:
@ -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(
|
||||||
|
Reference in New Issue
Block a user