diff --git a/custom_components/tuya_openapi/manifest.json b/custom_components/tuya_openapi/manifest.json index 567969f..ec2f408 100644 --- a/custom_components/tuya_openapi/manifest.json +++ b/custom_components/tuya_openapi/manifest.json @@ -49,6 +49,7 @@ "documentation": "https://www.home-assistant.io/integrations/tuya", "integration_type": "hub", "iot_class": "cloud_push", + "issue_tracker": "https://github.com/EvanSchalton/tuya-homeassistant-openapi/issues", "loggers": [ "tuya_iot_openapi" ], diff --git a/info.md b/info.md new file mode 100644 index 0000000..9a65d6c --- /dev/null +++ b/info.md @@ -0,0 +1,11 @@ +AS OF RIGHT NOW THIS IS ONLY USEFUL FOR `IBS-M2` POOL SENSOR. It's a hacky approach to limitations with the tuya apigw repo. + +# Why + +This is all just a workaround to a breaking API change: https://github.com/tuya/tuya-device-sharing-sdk/issues/11 + +I'd ideally like to merge this PR: https://github.com/home-assistant/core/pull/113214 +into the base Tuya integration, but the API change means the non-standard data points aren't available in home assistant. + +# What +I forked an old version of the HA repo, using the legacy Tuya SDK.