This commit is contained in:
Andrey
2021-03-05 00:02:43 +03:00
parent b8d355f412
commit a0900052dc
2 changed files with 3 additions and 3 deletions

View File

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