Indentation converted to spaces

This commit is contained in:
Paulus Schoutsen 2013-09-30 22:00:23 -07:00
parent 561fcd3d15
commit 5d4136cf29

View File

@ -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")