mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Reverts 2105724. (#20915)
This change broke functionality for existing users using hdmi grabbers.
This commit is contained in:
parent
852d67b95c
commit
9f7443ba97
@ -177,6 +177,11 @@ class Hyperion(Light):
|
|||||||
def turn_off(self, **kwargs):
|
def turn_off(self, **kwargs):
|
||||||
"""Disconnect all remotes."""
|
"""Disconnect all remotes."""
|
||||||
self.json_request({'command': 'clearall'})
|
self.json_request({'command': 'clearall'})
|
||||||
|
self.json_request({
|
||||||
|
'command': 'color',
|
||||||
|
'priority': self._priority,
|
||||||
|
'color': [0, 0, 0]
|
||||||
|
})
|
||||||
|
|
||||||
def update(self):
|
def update(self):
|
||||||
"""Get the lights status."""
|
"""Get the lights status."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user