mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Indentation converted to spaces
This commit is contained in:
parent
561fcd3d15
commit
5d4136cf29
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")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user