mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Fixes for new release PyLint
This commit is contained in:
parent
ebd597b811
commit
aec861c1a4
@ -190,7 +190,6 @@ def setup(hass, config):
|
||||
|
||||
if service.service == SERVICE_TURN_OFF:
|
||||
for light in target_lights:
|
||||
# pylint: disable=star-args
|
||||
light.turn_off(**params)
|
||||
|
||||
else:
|
||||
@ -248,7 +247,6 @@ def setup(hass, config):
|
||||
params[ATTR_FLASH] = FLASH_LONG
|
||||
|
||||
for light in target_lights:
|
||||
# pylint: disable=star-args
|
||||
light.turn_on(**params)
|
||||
|
||||
for light in target_lights:
|
||||
|
Loading…
x
Reference in New Issue
Block a user