mirror of
https://github.com/home-assistant/core.git
synced 2025-08-11 00:25:12 +02:00
Clean up intent_script (#49770)
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user