mirror of
https://github.com/home-assistant/core.git
synced 2026-09-12 19:49:41 +01: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.