Files
core/homeassistant/components/google_sheets/manifest.json
Robert Hillis a46982befb Add Google Sheets integration (#77853)
Co-authored-by: Allen Porter <allen@thebends.org>
2022-09-14 14:31:54 -04:00

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