mirror of
https://github.com/home-assistant/core.git
synced 2025-11-24 18:26:58 +00:00
Add an Amazon Polly TTS platform (#5169)
* Remove SPEED_MED from fan * Add an Amazon Polly TTS platform * Update boto library version for notify.aws_* platforms to match the tts.amazon_polly req * Improve log line and add docstring to function * Simplify config logic * Remove duplicate logic * Don't know how this got in here... * initial options work * Remove stale config option and only allow supported languages * Make requested changes * Polly is only supported in some regions * Allow filename to contain underscores (for amazon_polly platform name), remove unnecessary default_lang, other small things * Add options dict to service description
This commit is contained in:
committed by
Pascal Vizeli
parent
636e7aa31e
commit
7136fd0f0a
@@ -17,7 +17,7 @@ from homeassistant.components.notify import (
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
REQUIREMENTS = ["boto3==1.3.1"]
|
||||
REQUIREMENTS = ["boto3==1.4.3"]
|
||||
|
||||
CONF_REGION = 'region_name'
|
||||
CONF_ACCESS_KEY_ID = 'aws_access_key_id'
|
||||
|
||||
Reference in New Issue
Block a user