diff --git a/.coveragerc b/.coveragerc index 28cadab252f..9b24d5b72f8 100644 --- a/.coveragerc +++ b/.coveragerc @@ -220,6 +220,7 @@ omit = homeassistant/components/goalfeed/* homeassistant/components/gogogate2/cover.py homeassistant/components/google/* + homeassistant/components/google_cloud_tts/tts.py homeassistant/components/google_maps/device_tracker.py homeassistant/components/google_travel_time/sensor.py homeassistant/components/googlehome/* diff --git a/CODEOWNERS b/CODEOWNERS index 804426ce779..4293f3dad47 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -86,6 +86,7 @@ homeassistant/components/gearbest/* @HerrHofrat homeassistant/components/gitter/* @fabaff homeassistant/components/glances/* @fabaff homeassistant/components/gntp/* @robbiet480 +homeassistant/components/google_cloud_tts/* @lufton homeassistant/components/google_translate/* @awarecan homeassistant/components/google_travel_time/* @robbiet480 homeassistant/components/googlehome/* @ludeeus diff --git a/requirements_all.txt b/requirements_all.txt index b6c64d71f4a..70737ad04d3 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -499,6 +499,9 @@ google-api-python-client==1.6.4 # homeassistant.components.google_pubsub google-cloud-pubsub==0.39.1 +# homeassistant.components.google_cloud_tts +google-cloud-texttospeech==0.4.0 + # homeassistant.components.googlehome googledevices==1.0.2