mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Fix space after HA started in logbook
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user