#Tuya quirks

1 messages ยท Page 1 of 1 (latest)

severe grotto
#

๐Ÿ‘‹
So I am nearing the ability for anyone to write Tuya quirks ๐Ÿ™‚

#

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?

fallen spire
#

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

severe grotto
#

I don't understand how this applies to camera / fan / vacuum

#

The quirks only return a list of "DeviceWrapper" indicating which DPCode are in use by that device

fallen spire
#

Oh right

#

๐Ÿ‘