1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-25 11:19:30 +01:00

Add config flow to Rainforest EAGLE-200 (#54846)

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
Paulus Schoutsen
2021-08-19 09:22:30 -07:00
committed by GitHub
parent 8103d9ae3c
commit 4ae2a26aa3
17 changed files with 552 additions and 142 deletions

View File

@@ -15,7 +15,7 @@ async def test_form(hass: HomeAssistant) -> None:
DOMAIN, context={"source": config_entries.SOURCE_USER}
)
assert result["type"] == RESULT_TYPE_FORM
assert result["errors"] == {}
assert result["errors"] is None
with patch(
"homeassistant.components.NEW_DOMAIN.config_flow.PlaceholderHub.authenticate",