fix errors

This commit is contained in:
Andrey
2021-02-28 14:50:47 +03:00
parent a0bd8acac0
commit 1aeaabfb3c

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 = 14
VERSION = 15
CONNECTION_CLASS = config_entries.CONN_CLASS_ASSUMED
async def async_step_user(self, user_input=None):