2022-09-14 18:31:54 +00:00
|
|
|
{
|
|
|
|
"domain": "google_sheets",
|
|
|
|
"name": "Google Sheets",
|
2023-02-08 19:27:05 +00:00
|
|
|
"codeowners": ["@tkdrob"],
|
2022-09-14 18:31:54 +00:00
|
|
|
"config_flow": true,
|
|
|
|
"dependencies": ["application_credentials"],
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/google_sheets/",
|
2023-02-08 19:27:05 +00:00
|
|
|
"integration_type": "service",
|
2022-11-07 18:39:29 +00:00
|
|
|
"iot_class": "cloud_polling",
|
2023-02-08 19:27:05 +00:00
|
|
|
"requirements": ["gspread==5.5.0"]
|
2022-09-14 18:31:54 +00:00
|
|
|
}
|