-
- Downloads
Setup Google Cloud from the UI (#121502)
* Google Cloud can now be setup from the UI * mypy * Add BaseGoogleCloudProvider * Allow clearing options in the UI * Address feedback * Don't translate Google Cloud title * mypy * Revert strict typing changes * Address comments
Showing
- CODEOWNERS 2 additions, 1 deletionCODEOWNERS
- homeassistant/components/google_cloud/__init__.py 25 additions, 0 deletionshomeassistant/components/google_cloud/__init__.py
- homeassistant/components/google_cloud/config_flow.py 169 additions, 0 deletionshomeassistant/components/google_cloud/config_flow.py
- homeassistant/components/google_cloud/const.py 4 additions, 0 deletionshomeassistant/components/google_cloud/const.py
- homeassistant/components/google_cloud/helpers.py 28 additions, 16 deletionshomeassistant/components/google_cloud/helpers.py
- homeassistant/components/google_cloud/manifest.json 5 additions, 2 deletionshomeassistant/components/google_cloud/manifest.json
- homeassistant/components/google_cloud/strings.json 32 additions, 0 deletionshomeassistant/components/google_cloud/strings.json
- homeassistant/components/google_cloud/tts.py 118 additions, 16 deletionshomeassistant/components/google_cloud/tts.py
- homeassistant/generated/config_flows.py 1 addition, 0 deletionshomeassistant/generated/config_flows.py
- homeassistant/generated/integrations.json 3 additions, 3 deletionshomeassistant/generated/integrations.json
- requirements_test_all.txt 3 additions, 0 deletionsrequirements_test_all.txt
- tests/components/google_cloud/__init__.py 1 addition, 0 deletionstests/components/google_cloud/__init__.py
- tests/components/google_cloud/conftest.py 122 additions, 0 deletionstests/components/google_cloud/conftest.py
- tests/components/google_cloud/test_config_flow.py 183 additions, 0 deletionstests/components/google_cloud/test_config_flow.py
Loading
Please register or sign in to comment