Rename google/tts.py to google_translate/tts.py (#23090)
* Rename google/tts.py to google_translate/tts.py * Move config migration before load config file Migrate default config google tts to google_translate tts * Revert change in process component config * Fix tests
Showing
- CODEOWNERS 1 addition, 0 deletionsCODEOWNERS
- homeassistant/bootstrap.py 3 additions, 3 deletionshomeassistant/bootstrap.py
- homeassistant/components/google/manifest.json 0 additions, 1 deletionhomeassistant/components/google/manifest.json
- homeassistant/components/google_translate/__init__.py 1 addition, 0 deletionshomeassistant/components/google_translate/__init__.py
- homeassistant/components/google_translate/manifest.json 12 additions, 0 deletionshomeassistant/components/google_translate/manifest.json
- homeassistant/components/google_translate/tts.py 0 additions, 0 deletionshomeassistant/components/google_translate/tts.py
- homeassistant/components/tts/__init__.py 18 additions, 3 deletionshomeassistant/components/tts/__init__.py
- homeassistant/config.py 25 additions, 2 deletionshomeassistant/config.py
- requirements_all.txt 1 addition, 1 deletionrequirements_all.txt
- requirements_test_all.txt 1 addition, 1 deletionrequirements_test_all.txt
- tests/components/google_translate/__init__.py 1 addition, 0 deletionstests/components/google_translate/__init__.py
- tests/components/google_translate/test_tts.py 13 additions, 11 deletionstests/components/google_translate/test_tts.py
- tests/test_config.py 7 additions, 2 deletionstests/test_config.py
Loading
Please register or sign in to comment