1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Cleaning up the code

This commit is contained in:
Paulus Schoutsen
2014-10-24 23:44:00 -07:00
parent 3db43d6545
commit 506496743d
5 changed files with 5 additions and 96 deletions

View File

@@ -18,7 +18,7 @@ import homeassistant.components as core_components
import homeassistant.components.group as group
# pylint: disable=too-many-branches
# pylint: disable=too-many-branches, too-many-statements
def from_config_dict(config, hass=None):
"""
Tries to configure Home Assistant from a config dict.