mirror of
https://github.com/home-assistant/core.git
synced 2025-08-11 00:25:12 +02:00
style fix
This commit is contained in:
@@ -157,7 +157,7 @@ def turn_off(hass, entity_id=None, transition=None):
|
||||
hass.services.call(DOMAIN, SERVICE_TURN_OFF, data)
|
||||
|
||||
|
||||
# pylint: disable=too-many-branches, too-many-locals
|
||||
# pylint: disable=too-many-branches, too-many-locals, too-many-statements
|
||||
def setup(hass, config):
|
||||
""" Exposes light control via statemachine and services. """
|
||||
|
||||
|
Reference in New Issue
Block a user