Reverts 2105724. (#20915)

This change broke functionality for existing users using hdmi grabbers.
This commit is contained in:
Aaron Godfrey 2019-02-10 07:41:29 -08:00 committed by Andrew Sayre
parent 852d67b95c
commit 9f7443ba97

View File

@ -177,6 +177,11 @@ class Hyperion(Light):
def turn_off(self, **kwargs):
"""Disconnect all remotes."""
self.json_request({'command': 'clearall'})
self.json_request({
'command': 'color',
'priority': self._priority,
'color': [0, 0, 0]
})
def update(self):
"""Get the lights status."""