Fix config entry unique_id collision in proximity (#127456)

This commit is contained in:
Erik Montnemery 2024-10-03 17:22:40 +02:00 committed by GitHub
parent 85ae66d276
commit 62b449e52c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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(