From 0a81ab598a4d67539878e2ad438205e98fd29ace Mon Sep 17 00:00:00 2001 From: Evan Schalton Date: Sat, 16 Mar 2024 16:55:46 +0000 Subject: [PATCH] chore: readme not sym --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) mode change 120000 => 100644 README.md diff --git a/README.md b/README.md deleted file mode 120000 index 0740e15..0000000 --- a/README.md +++ /dev/null @@ -1 +0,0 @@ -info.md \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..9a65d6c --- /dev/null +++ b/README.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.