Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanSchalton committed Mar 16, 2024
1 parent 8885561 commit e32dd65
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/tuya_openapi/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand Down
11 changes: 11 additions & 0 deletions info.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit e32dd65

Please sign in to comment.