mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
This change broke functionality for existing users using hdmi grabbers.
This commit is contained in:
committed by
Andrew Sayre
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."""
|
||||||
|
Reference in New Issue
Block a user