From bd8b07dd90083da065e71b862e4b16c6cc27fdd3 Mon Sep 17 00:00:00 2001 From: Andrey Date: Sun, 28 Feb 2021 21:52:34 +0300 Subject: [PATCH] fix errors --- custom_components/mega/config_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/mega/config_flow.py b/custom_components/mega/config_flow.py index 3f89dfd..f6bbd38 100644 --- a/custom_components/mega/config_flow.py +++ b/custom_components/mega/config_flow.py @@ -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 = 16 + VERSION = 17 CONNECTION_CLASS = config_entries.CONN_CLASS_ASSUMED async def async_step_user(self, user_input=None):