mirror of
https://github.com/home-assistant/core.git
synced 2026-06-02 21:54:27 +01:00
a46982befb
Co-authored-by: Allen Porter <allen@thebends.org>
11 lines
308 B
JSON
11 lines
308 B
JSON
{
|
|
"domain": "google_sheets",
|
|
"name": "Google Sheets",
|
|
"config_flow": true,
|
|
"dependencies": ["application_credentials"],
|
|
"documentation": "https://www.home-assistant.io/integrations/google_sheets/",
|
|
"requirements": ["gspread==5.5.0"],
|
|
"codeowners": ["@tkdrob"],
|
|
"iot_class": "cloud_polling"
|
|
}
|