mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Hyperion: fix (#11793)
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user