mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Add missing doc strings and requirements in Google Sheets (#78616)
This commit is contained in:
parent
49eeeae51d
commit
82bab545df
@ -420,6 +420,7 @@ build.json @home-assistant/supervisor
|
|||||||
/tests/components/google_assistant/ @home-assistant/cloud
|
/tests/components/google_assistant/ @home-assistant/cloud
|
||||||
/homeassistant/components/google_cloud/ @lufton
|
/homeassistant/components/google_cloud/ @lufton
|
||||||
/homeassistant/components/google_sheets/ @tkdrob
|
/homeassistant/components/google_sheets/ @tkdrob
|
||||||
|
/tests/components/google_sheets/ @tkdrob
|
||||||
/homeassistant/components/google_travel_time/ @eifinger
|
/homeassistant/components/google_travel_time/ @eifinger
|
||||||
/tests/components/google_travel_time/ @eifinger
|
/tests/components/google_travel_time/ @eifinger
|
||||||
/homeassistant/components/govee_ble/ @bdraco
|
/homeassistant/components/govee_ble/ @bdraco
|
||||||
|
@ -4,6 +4,10 @@
|
|||||||
"pick_implementation": {
|
"pick_implementation": {
|
||||||
"title": "[%key:common::config_flow::title::oauth2_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": {
|
"auth": {
|
||||||
"title": "Link Google Account"
|
"title": "Link Google Account"
|
||||||
}
|
}
|
||||||
|
@ -25,6 +25,10 @@
|
|||||||
},
|
},
|
||||||
"pick_implementation": {
|
"pick_implementation": {
|
||||||
"title": "Pick Authentication Method"
|
"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
|
# homeassistant.components.growatt_server
|
||||||
growattServer==1.2.2
|
growattServer==1.2.2
|
||||||
|
|
||||||
|
# homeassistant.components.google_sheets
|
||||||
|
gspread==5.5.0
|
||||||
|
|
||||||
# homeassistant.components.profiler
|
# homeassistant.components.profiler
|
||||||
guppy3==3.1.2
|
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."""
|
Loading…
x
Reference in New Issue
Block a user