gicamm / homeassistant-comelit

With Comelit Hub/Vedo integration, you can connect your Home Assistant instance to Comelit Simple Home and Vedo systems.
Apache License 2.0
23 stars 7 forks source link

Fixed the fix - color_mode should *not* be a set. #96

Closed optiluca closed 1 month ago

optiluca commented 1 month ago

Also, bool comparisons with None is risky (e.g. a dimmable light with 0 brighness would suddenly stop being registered as dimmable), so fixed that as well.

gicamm commented 1 month ago

Thank you, Luca. I'm going to fix the unit test.