Tuya quirks handling #25689
Replies: 1 comment
-
This isn't a frontend concern, perhaps you mean to file this in the community forum feature requests. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Integration:
https://github.com/home-assistant/core/tree/dev/homeassistant/components/tuya
Problem:
Tuya is a huge ecosytem of devices produced by infinitely many 3rd parties. Regarding sensor data reading/writing, at the moment, HA relies on 3rd parties to stick to tuya specifications. If this isn't the case there's no way for an user to fix this.
Proposal:
Add quirk handling in three stages:
0) modified tuya-device-sharing-sdk/ <--- I'm working on this
Further details:
Read more about the concept (pseudocode, code, code references) at the following:
https://github.com/Anze-/tuya-device-sharing-sdk/tree/main
Beta Was this translation helpful? Give feedback.
All reactions