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.
@@ -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 sean6541/tuya-homeassistant for service call logic, and TarxBoy's
@@ -18,5 +18,5 @@
"tinytuya==1.17.6",
"tuya-device-sharing-sdk~=0.2.4"
],
- "version": "2026.3.3"
+ "version": "2026.4.0"
}