-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ffd8830
commit 0a81ab5
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |