fix errors

This commit is contained in:
Andrey
2021-02-27 17:39:54 +03:00
parent 9ae093dd91
commit d0769b5b02
3 changed files with 11 additions and 2 deletions

View File

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