Просмотр исходного кода

Bump version

Update comment in __init__.py to correctly call this an integration.
HA has just done a bulk change of their built in integrations to do
the same.
Jason Rumney 1 день назад
Родитель
Сommit
accf9a6fb4
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      custom_components/tuya_local/__init__.py
  2. 1 1
      custom_components/tuya_local/manifest.json

+ 1 - 1
custom_components/tuya_local/__init__.py

@@ -1,5 +1,5 @@
 """
 """
-Platform for Tuya WiFi-connected devices.
+Integration for Tuya WiFi-connected devices.
 
 
 Based on nikrolls/homeassistant-goldair-climate for Goldair branded devices.
 Based on nikrolls/homeassistant-goldair-climate for Goldair branded devices.
 Based on sean6541/tuya-homeassistant for service call logic, and TarxBoy's
 Based on sean6541/tuya-homeassistant for service call logic, and TarxBoy's

+ 1 - 1
custom_components/tuya_local/manifest.json

@@ -18,5 +18,5 @@
         "tinytuya==1.17.6",
         "tinytuya==1.17.6",
         "tuya-device-sharing-sdk~=0.2.4"
         "tuya-device-sharing-sdk~=0.2.4"
     ],
     ],
-    "version": "2026.3.3"
+    "version": "2026.4.0"
 }
 }