edit readme

This commit is contained in:
Andrey
2021-03-03 13:15:05 +03:00
parent ab572c4db5
commit f784c1c261
2 changed files with 2 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 = 18
VERSION = 19
CONNECTION_CLASS = config_entries.CONN_CLASS_ASSUMED
async def async_step_user(self, user_input=None):