Clean up constants (#46885)

This commit is contained in:
tkdrob
2021-02-22 09:28:08 -05:00
committed by GitHub
parent 81d011efc5
commit 75e04f3a71
21 changed files with 25 additions and 37 deletions

View File

@@ -8,7 +8,6 @@ import homeassistant.helpers.config_validation as cv
CONF_URL = "watson_url"
CONF_APIKEY = "watson_apikey"
ATTR_CREDENTIALS = "credentials"
DEFAULT_URL = "https://stream.watsonplatform.net/text-to-speech/api"