mirror of
https://github.com/elisspace/core.git
synced 2026-09-19 09:11:38 +00:00
* Prevent TypeError when KNX RGB(W) light value contains None. * Pylint doesn't like 'w' as variable name, therefore using 'white' instead. * Simplified code as suggested by pvizeli.