Fix unique_id issue on onewire config entries (#50161)

This commit is contained in:
epenet 2021-05-07 14:21:03 +02:00 committed by GitHub
parent 0c288bcabb
commit 5d5122c2a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 7 deletions

View file

@ -35,7 +35,6 @@ async def test_owserver_connect_failure(hass):
CONF_HOST: "1.2.3.4",
CONF_PORT: "1234",
},
unique_id=f"{CONF_TYPE_OWSERVER}:1.2.3.4:1234",
options={},
entry_id="2",
)
@ -63,7 +62,6 @@ async def test_failed_owserver_listing(hass):
CONF_HOST: "1.2.3.4",
CONF_PORT: "1234",
},
unique_id=f"{CONF_TYPE_OWSERVER}:1.2.3.4:1234",
options={},
entry_id="2",
)