Add missing doc strings and requirements in Google Sheets (#78616)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
1
tests/components/google_sheets/__init__.py
Normal file
1
tests/components/google_sheets/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
"""Tests for the Google Sheets integration."""
|
||||
Reference in New Issue
Block a user