mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Add conversation and introduction to demo.py
This commit is contained in:
parent
a20ab24ba5
commit
3960a465f1
@ -14,7 +14,7 @@ from homeassistant.const import (
|
|||||||
|
|
||||||
DOMAIN = "demo"
|
DOMAIN = "demo"
|
||||||
|
|
||||||
DEPENDENCIES = []
|
DEPENDENCIES = ['introduction', 'conversation']
|
||||||
|
|
||||||
COMPONENTS_WITH_DEMO_PLATFORM = [
|
COMPONENTS_WITH_DEMO_PLATFORM = [
|
||||||
'switch', 'light', 'thermostat', 'sensor', 'media_player', 'notify']
|
'switch', 'light', 'thermostat', 'sensor', 'media_player', 'notify']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user