Split the Color Extractor user flow init from its data (#180799)

This commit is contained in:
Franck Nijhof
2026-08-30 15:20:45 +02:00
committed by GitHub
parent e1b8b1210c
commit 165b76c960
@@ -42,7 +42,7 @@ async def test_single_instance_allowed(hass: HomeAssistant) -> None:
mock_config_entry.add_to_hass(hass)
result = await hass.config_entries.flow.async_init(
DOMAIN, context={"source": SOURCE_USER}, data={}
DOMAIN, context={"source": SOURCE_USER}
)
assert result.get("type") is FlowResultType.ABORT