#Tuya quirks
1 messages ยท Page 1 of 1 (latest)
The next step is for Home Assistant to (A) read all quirks and (B) convert them to entities
https://github.com/home-assistant/core/pull/166952 does this for the "simpler" platforms
Does it make sense to start with just those?
Or is it preferred to do all platforms are the same time?
This moves definition into the library
which I think is not correct
quirks should help with standarization of the API (handle the quirks in the data from there)
and not define Home Assistant entities