mirror of
https://github.com/home-assistant/core.git
synced 2025-05-07 23:49:17 +00:00

* Added Google Cloud TTS service component feature * Added Neutral voice gender * Added line break at the end of files * Updated CODEOWNERS, reqirements_all.txt and .coveragerc * Fixed some ci/circleci: static-check errors * Fixed some ci/circleci: static-check error * Fixed some ci/circleci: pylint errors * Fixed some ci/circleci: pylint errors * * made supported_options const * fixed direct env variable access * Fixed import order * * Component renamed * Added encoding parameter * Other fixes * Changed folder name in .coveragerc * * Removed whitespaces in blank lines * Split long line * Removed whitespaces in blank lines * ci/circleci: static-check * Fixed requirements_all.txt * Added speed, pitch and gain parameters * Added speed, pitch and gain as supported options * Split too long line * * Added profiles parameter * Changed supported languages and encodings values * Added parameters validations * Fixes * Fixes * Fixes * Fixes * Fixes * Changed options validation * Added ToggleEntity save and restore state mechanism * Revert "Added ToggleEntity save and restore state mechanism" This reverts commit 0e275014