This commit is contained in:
Andrey
2021-03-04 22:52:15 +03:00
parent fa2bb2674e
commit d3f76a88df
3 changed files with 6 additions and 5 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 = 20
VERSION = 21
CONNECTION_CLASS = config_entries.CONN_CLASS_ASSUMED
async def async_step_user(self, user_input=None):