Cleanup RainMachine (#42544)

This commit is contained in:
Aaron Bach 2020-10-28 17:52:15 -06:00 committed by GitHub
parent 12da814470
commit 31518937c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 2 deletions

View file

@ -71,6 +71,7 @@ async def test_options_flow(hass):
with patch(
"homeassistant.components.rainmachine.async_setup_entry", return_value=True
):
await hass.config_entries.async_setup(config_entry.entry_id)
result = await hass.config_entries.options.async_init(config_entry.entry_id)
assert result["type"] == data_entry_flow.RESULT_TYPE_FORM