Add Home Connect binary_sensor unit tests (#115323)

This commit is contained in:
Robert Contreras
2024-06-21 08:37:22 -07:00
committed by GitHub
parent 2770811dda
commit 842763bd27
3 changed files with 75 additions and 1 deletions

View File

@@ -118,6 +118,7 @@ SERVICE_APPLIANCE_METHOD_MAPPING = {
async def test_api_setup(
bypass_throttle: Generator[None, Any, None],
hass: HomeAssistant,
config_entry: MockConfigEntry,
integration_setup: Callable[[], Awaitable[bool]],