Fix space after HA started in logbook

This commit is contained in:
Paulus Schoutsen 2015-09-13 01:21:30 -07:00
parent 067993c8ab
commit 96cfff192a
4 changed files with 4 additions and 4 deletions

View file

@ -17,7 +17,7 @@ DOMAIN = "demo"
DEPENDENCIES = ['introduction', 'conversation']
COMPONENTS_WITH_DEMO_PLATFORM = [
'switch', 'light', 'thermostat', 'sensor', 'media_player', 'notify']
'switch', 'light', 'sensor', 'media_player', 'notify']
def setup(hass, config):