1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 22:18:40 +00:00

Add KNX interface device with diagnostic entities (#89213)

This commit is contained in:
Matthias Alphart
2023-03-19 02:13:52 -11:00
committed by GitHub
parent 0441a64c69
commit 557b9c7d51
17 changed files with 347 additions and 85 deletions

View File

@@ -23,7 +23,6 @@ async def test_switch_simple(hass: HomeAssistant, knx: KNXTestKit) -> None:
}
}
)
assert len(hass.states.async_all()) == 1
# turn on switch
await hass.services.async_call(
@@ -66,7 +65,6 @@ async def test_switch_state(hass: HomeAssistant, knx: KNXTestKit) -> None:
},
}
)
assert len(hass.states.async_all()) == 1
# StateUpdater initialize state
await knx.assert_read(_STATE_ADDRESS)