1
mirror of https://github.com/home-assistant/core synced 2024-07-30 21:18:57 +02:00

Add conversation and introduction to demo.py

This commit is contained in:
Paulus Schoutsen 2015-08-29 23:21:26 -07:00
parent a20ab24ba5
commit 3960a465f1

View File

@ -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']