mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +02:00
Hyperion: fix (#11793)
This commit is contained in:
committed by
Martin Hjelmare
parent
4ceb13291f
commit
2ca4bde06a
@@ -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
|
||||
|
Reference in New Issue
Block a user