core/homeassistant/components/google_sheets/manifest.json

12 lines
341 B
JSON
Raw Normal View History

{
"domain": "google_sheets",
"name": "Google Sheets",
2023-02-08 19:27:05 +00:00
"codeowners": ["@tkdrob"],
"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",
"iot_class": "cloud_polling",
2023-02-08 19:27:05 +00:00
"requirements": ["gspread==5.5.0"]
}