4
0
Эх сурвалжийг харах

Update config version.

Update config version so that migration to version 5 runs
Jason Rumney 4 жил өмнө
parent
commit
4ac1175814

+ 1 - 1
custom_components/tuya_local/config_flow.py

@@ -14,7 +14,7 @@ _LOGGER = logging.getLogger(__name__)
 
 
 class ConfigFlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
-    VERSION = 4
+    VERSION = 5
     CONNECTION_CLASS = config_entries.CONN_CLASS_LOCAL_POLL
     device = None
     data = {}