Add missing doc strings and requirements in Google Sheets (#78616)

This commit is contained in:
Robert Hillis 2022-09-25 22:12:07 -04:00 committed by GitHub
parent 49eeeae51d
commit 82bab545df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 0 deletions

View File

@ -420,6 +420,7 @@ build.json @home-assistant/supervisor
/tests/components/google_assistant/ @home-assistant/cloud
/homeassistant/components/google_cloud/ @lufton
/homeassistant/components/google_sheets/ @tkdrob
/tests/components/google_sheets/ @tkdrob
/homeassistant/components/google_travel_time/ @eifinger
/tests/components/google_travel_time/ @eifinger
/homeassistant/components/govee_ble/ @bdraco

View File

@ -4,6 +4,10 @@
"pick_implementation": {
"title": "[%key:common::config_flow::title::oauth2_pick_implementation%]"
},
"reauth_confirm": {
"title": "[%key:common::config_flow::title::reauth%]",
"description": "The Google Sheets integration needs to re-authenticate your account"
},
"auth": {
"title": "Link Google Account"
}

View File

@ -25,6 +25,10 @@
},
"pick_implementation": {
"title": "Pick Authentication Method"
},
"reauth_confirm": {
"description": "The Google Sheets integration needs to re-authenticate your account",
"title": "Reauthenticate Integration"
}
}
}

View File

@ -595,6 +595,9 @@ gridnet==4.0.0
# homeassistant.components.growatt_server
growattServer==1.2.2
# homeassistant.components.google_sheets
gspread==5.5.0
# homeassistant.components.profiler
guppy3==3.1.2

View File

@ -0,0 +1 @@
"""Tests for the Google Sheets integration."""