diff --git a/homeassistant/components/demo.py b/homeassistant/components/demo.py index 2dab6a12659..71621502878 100644 --- a/homeassistant/components/demo.py +++ b/homeassistant/components/demo.py @@ -14,7 +14,7 @@ from homeassistant.const import ( DOMAIN = "demo" -DEPENDENCIES = [] +DEPENDENCIES = ['introduction', 'conversation'] COMPONENTS_WITH_DEMO_PLATFORM = [ 'switch', 'light', 'thermostat', 'sensor', 'media_player', 'notify']