This commit is contained in:
Andrey
2021-02-17 18:04:09 +03:00
parent 896e02a457
commit af2360b0a0
5 changed files with 22 additions and 10 deletions

View File

@@ -57,7 +57,7 @@ async def validate_input(hass: core.HomeAssistant, data):
class ConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
"""Handle a config flow for mega."""
VERSION = 5
VERSION = 6
CONNECTION_CLASS = config_entries.CONN_CLASS_ASSUMED
async def async_step_user(self, user_input=None):