mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
pylint fix to isy switches.
This commit is contained in:
parent
99ea0dc59d
commit
d566a328a3
@ -13,6 +13,7 @@ from homeassistant.const import STATE_ON, STATE_OFF # STATE_OPEN, STATE_CLOSED
|
|||||||
|
|
||||||
def setup_platform(hass, config, add_devices, discovery_info=None):
|
def setup_platform(hass, config, add_devices, discovery_info=None):
|
||||||
""" Sets up the isy994 platform. """
|
""" Sets up the isy994 platform. """
|
||||||
|
# pylint: disable=too-many-locals
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
devs = []
|
devs = []
|
||||||
# verify connection
|
# verify connection
|
||||||
|
Loading…
x
Reference in New Issue
Block a user