فهرست منبع

Return a positive response if there was nothing to migrate.

Jason Rumney 4 سال پیش
والد
کامیت
3e14b590a8
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      custom_components/tuya_local/__init__.py

+ 1 - 1
custom_components/tuya_local/__init__.py

@@ -61,7 +61,7 @@ async def async_migrate_entry(hass, entry: ConfigEntry):
 
         entry.options = {**opts}
         entry.version = 2
-        return True
+    return True
 
 
 async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry):