Move AmazonPolly imports (#27443)
parent
652bf54044
commit
17b1ba2e9f
|
@ -1,5 +1,6 @@
|
|||
"""Support for the Amazon Polly text to speech service."""
|
||||
import logging
|
||||
import boto3
|
||||
|
||||
import voluptuous as vol
|
||||
|
||||
|
@ -156,8 +157,6 @@ def get_engine(hass, config):
|
|||
|
||||
config[CONF_SAMPLE_RATE] = sample_rate
|
||||
|
||||
import boto3
|
||||
|
||||
profile = config.get(CONF_PROFILE_NAME)
|
||||
|
||||
if profile is not None:
|
||||
|
|
Loading…
Reference in New Issue