Fix unique_id issue on onewire config entries (#50161)
This commit is contained in:
parent
0c288bcabb
commit
5d5122c2a4
5 changed files with 5 additions and 7 deletions
|
@ -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",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue