1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 05:26:47 +00:00

Clean up RainMachine config entry data (#32132)

This commit is contained in:
Aaron Bach
2020-02-24 13:07:18 -07:00
committed by GitHub
parent edf44f4158
commit 6b0d7c77f0
4 changed files with 11 additions and 29 deletions

View File

@@ -95,6 +95,7 @@ async def test_step_import(hass):
CONF_PASSWORD: "password",
CONF_PORT: 8080,
CONF_SSL: True,
CONF_SCAN_INTERVAL: 60,
}
flow = config_flow.RainMachineFlowHandler()
@@ -125,6 +126,7 @@ async def test_step_user(hass):
CONF_PASSWORD: "password",
CONF_PORT: 8080,
CONF_SSL: True,
CONF_SCAN_INTERVAL: 60,
}
flow = config_flow.RainMachineFlowHandler()