Fix tts Great Migration issue (#22539)
This commit is contained in:
parent
4e78d895d9
commit
c31ab7a175
15 changed files with 21 additions and 13 deletions
1
homeassistant/components/voicerss/__init__.py
Normal file
1
homeassistant/components/voicerss/__init__.py
Normal file
|
@ -0,0 +1 @@
|
|||
"""Support for VoiceRSS integration."""
|
|
@ -11,12 +11,11 @@ import aiohttp
|
|||
import async_timeout
|
||||
import voluptuous as vol
|
||||
|
||||
from homeassistant.components.tts import CONF_LANG, PLATFORM_SCHEMA, Provider
|
||||
from homeassistant.const import CONF_API_KEY
|
||||
from homeassistant.helpers.aiohttp_client import async_get_clientsession
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
from homeassistant.components.tts import CONF_LANG, PLATFORM_SCHEMA, Provider
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
VOICERSS_API_URL = "https://api.voicerss.org/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue