mirror of
https://github.com/home-assistant/core.git
synced 2025-12-26 14:08:21 +00:00
Add integration_type service to google_tasks (#159085)
This commit is contained in:
committed by
GitHub
parent
95fe573620
commit
b1e3f8d4f4
@@ -5,6 +5,7 @@
|
||||
"config_flow": true,
|
||||
"dependencies": ["application_credentials"],
|
||||
"documentation": "https://www.home-assistant.io/integrations/google_tasks",
|
||||
"integration_type": "service",
|
||||
"iot_class": "cloud_polling",
|
||||
"requirements": ["google-api-python-client==2.71.0"]
|
||||
}
|
||||
|
||||
@@ -2483,7 +2483,7 @@
|
||||
"name": "Google Sheets"
|
||||
},
|
||||
"google_tasks": {
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling",
|
||||
"name": "Google Tasks"
|
||||
|
||||
Reference in New Issue
Block a user