Hyperion: fix (#11793)

pull/11796/head
starkillerOG 2018-01-19 10:50:12 +01:00 committed by Martin Hjelmare
parent 4ceb13291f
commit 2ca4bde06a
1 changed files with 2 additions and 0 deletions

View File

@ -147,6 +147,8 @@ class Hyperion(Light):
if ATTR_BRIGHTNESS in kwargs:
brightness = kwargs[ATTR_BRIGHTNESS]
else:
brightness = self._brightness
if ATTR_EFFECT in kwargs:
self._skip_update = True