From e06ba65ead16e41144deeffdb01bcc4447d60b12 Mon Sep 17 00:00:00 2001 From: Andrey Date: Sun, 28 Feb 2021 09:49:16 +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 48834e0..9210059 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 = 13 + VERSION = 14 CONNECTION_CLASS = config_entries.CONN_CLASS_ASSUMED async def async_step_user(self, user_input=None):