forked from home-assistant/core
Indentation converted to spaces
This commit is contained in:
1
start.py
1
start.py
@@ -5,6 +5,7 @@ from homeassistant import StateMachine, EventBus, start_home_assistant
|
|||||||
from homeassistant.observers import TomatoDeviceScanner, DeviceTracker, WeatherWatcher
|
from homeassistant.observers import TomatoDeviceScanner, DeviceTracker, WeatherWatcher
|
||||||
from homeassistant.actors import HueLightControl, LightTrigger
|
from homeassistant.actors import HueLightControl, LightTrigger
|
||||||
from homeassistant.httpinterface import HTTPInterface
|
from homeassistant.httpinterface import HTTPInterface
|
||||||
|
|
||||||
# Read config
|
# Read config
|
||||||
config = SafeConfigParser()
|
config = SafeConfigParser()
|
||||||
config.read("home-assistant.conf")
|
config.read("home-assistant.conf")
|
||||||
|
Reference in New Issue
Block a user