Clean up intent_script (#49770)

This commit is contained in:
tkdrob 2021-04-27 16:55:26 -04:00 committed by GitHub
parent f9a2c1cfd5
commit c193f8fd18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@ import copy
import voluptuous as vol
from homeassistant.const import CONF_TYPE
from homeassistant.helpers import config_validation as cv, intent, script, template
DOMAIN = "intent_script"
@ -12,7 +13,6 @@ CONF_SPEECH = "speech"
CONF_ACTION = "action"
CONF_CARD = "card"
CONF_TYPE = "type"
CONF_TITLE = "title"
CONF_CONTENT = "content"
CONF_TEXT = "text"