Fix tts Great Migration issue (#22539)
This commit is contained in:
parent
4e78d895d9
commit
c31ab7a175
15 changed files with 21 additions and 13 deletions
|
@ -8,10 +8,9 @@ import logging
|
|||
|
||||
import voluptuous as vol
|
||||
|
||||
from homeassistant.components.tts import PLATFORM_SCHEMA, Provider
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
from . import PLATFORM_SCHEMA, Provider
|
||||
|
||||
REQUIREMENTS = ['boto3==1.9.16']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue