mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
Clean up intent_script (#49770)
This commit is contained in:
parent
f9a2c1cfd5
commit
c193f8fd18
@ -3,6 +3,7 @@ import copy
|
|||||||
|
|
||||||
import voluptuous as vol
|
import voluptuous as vol
|
||||||
|
|
||||||
|
from homeassistant.const import CONF_TYPE
|
||||||
from homeassistant.helpers import config_validation as cv, intent, script, template
|
from homeassistant.helpers import config_validation as cv, intent, script, template
|
||||||
|
|
||||||
DOMAIN = "intent_script"
|
DOMAIN = "intent_script"
|
||||||
@ -12,7 +13,6 @@ CONF_SPEECH = "speech"
|
|||||||
|
|
||||||
CONF_ACTION = "action"
|
CONF_ACTION = "action"
|
||||||
CONF_CARD = "card"
|
CONF_CARD = "card"
|
||||||
CONF_TYPE = "type"
|
|
||||||
CONF_TITLE = "title"
|
CONF_TITLE = "title"
|
||||||
CONF_CONTENT = "content"
|
CONF_CONTENT = "content"
|
||||||
CONF_TEXT = "text"
|
CONF_TEXT = "text"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user