Cleanup RainMachine (#42544)
This commit is contained in:
parent
12da814470
commit
31518937c0
2 changed files with 9 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue