core/homeassistant/components/google_sheets/manifest.json

11 lines
308 B
JSON
Raw Normal View History

{
"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"
}