From a2f412b89e589d2ad03bdf0bb8b62ddea20fefd3 Mon Sep 17 00:00:00 2001 From: Andrey Date: Sun, 28 Feb 2021 20:16:04 +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 b4625f9..6286dff 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 = 15 + VERSION = 16 CONNECTION_CLASS = config_entries.CONN_CLASS_ASSUMED async def async_step_user(self, user_input=None):