Add conversation and introduction to demo.py
This commit is contained in:
parent
a20ab24ba5
commit
3960a465f1
1 changed files with 1 additions and 1 deletions
|
@ -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']
|
||||
|
|
Loading…
Add table
Reference in a new issue