Parcourir la source

fix(config_flow): sync config minor version with migrations

Jason Rumney il y a 2 semaines
Parent
commit
9b978a0094
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      custom_components/tuya_local/config_flow.py

+ 1 - 1
custom_components/tuya_local/config_flow.py

@@ -53,7 +53,7 @@ DEVICE_DETAILS_URL = (
 
 class ConfigFlowHandler(ConfigFlow, domain=DOMAIN):
     VERSION = 13
-    MINOR_VERSION = 22
+    MINOR_VERSION = 23
     CONNECTION_CLASS = CONN_CLASS_LOCAL_PUSH
     device = None
     data = {}