1
0
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:
Joost Lekkerkerker
2025-12-15 12:23:35 +01:00
committed by GitHub
parent 95fe573620
commit b1e3f8d4f4
2 changed files with 2 additions and 1 deletions

View File

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

View File

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