Add pylint CodeStyle extension (#53147)
This commit is contained in:
parent
c35b5a1c64
commit
f6b162bc39
60 changed files with 103 additions and 98 deletions
|
@ -527,10 +527,10 @@ class HyperionLight(HyperionBaseLight):
|
|||
# color, effect), but this is not possible due to:
|
||||
# https://github.com/hyperion-project/hyperion.ng/issues/967
|
||||
if not bool(self._client.is_on()):
|
||||
for component in [
|
||||
for component in (
|
||||
const.KEY_COMPONENTID_ALL,
|
||||
const.KEY_COMPONENTID_LEDDEVICE,
|
||||
]:
|
||||
):
|
||||
if not await self._client.async_send_set_component(
|
||||
**{
|
||||
const.KEY_COMPONENTSTATE: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue