From 3960a465f10742dcb68fc9a1238667966d5112ef Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 29 Aug 2015 23:21:26 -0700 Subject: [PATCH] Add conversation and introduction to demo.py --- homeassistant/components/demo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']