Nicolae Farmache
Nicolae Farmache
```python """Tint E14 RGB CCT.""" from zigpy.profiles import zha from zigpy.quirks import CustomCluster, CustomDevice from zigpy.zcl.clusters.general import ( Basic, GreenPowerProxy, Groups, Identify, LevelControl, OnOff, Ota, Scenes, ) from zigpy.zcl.clusters.lighting import...
Is it ok if I create a PR with this file?
I'm planning to change the attribute handling in the next versions to make it more flexible. This will make it suport many other things not just lights
You're right. I'm going to change it to use the HA localisation in the next version
I just found out that there is a new localisation api available from version 2023.9 https://developers.home-assistant.io/blog/2023/08/29/hass-format-state/
I'll look into it. I don't have any fans in my setup but I presume it's nothing too complicated
Thanks for reminding me about this. I actually didn't implement the color temp attributes yet. :sweat_smile: I'll probably add them in the next version
I can also Confirm. It's working for me too. Thank you fixing this.