mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47:06 +00:00
Fix misleading airthings_ble test (#140933)
This commit is contained in:
parent
a2f0970dfc
commit
6434befdcd
@ -159,7 +159,6 @@ async def test_user_setup_replaces_ignored_device(hass: HomeAssistant) -> None:
|
|||||||
domain=DOMAIN,
|
domain=DOMAIN,
|
||||||
unique_id="cc:cc:cc:cc:cc:cc",
|
unique_id="cc:cc:cc:cc:cc:cc",
|
||||||
source=SOURCE_IGNORE,
|
source=SOURCE_IGNORE,
|
||||||
data={CONF_ADDRESS: "cc:cc:cc:cc:cc:cc"},
|
|
||||||
)
|
)
|
||||||
entry.add_to_hass(hass)
|
entry.add_to_hass(hass)
|
||||||
with (
|
with (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user