Skip to content

Commit b1e3f8d

Browse files
authored
Add integration_type service to google_tasks (home-assistant#159085)
1 parent 95fe573 commit b1e3f8d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/google_tasks/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"config_flow": true,
66
"dependencies": ["application_credentials"],
77
"documentation": "https://www.home-assistant.io/integrations/google_tasks",
8+
"integration_type": "service",
89
"iot_class": "cloud_polling",
910
"requirements": ["google-api-python-client==2.71.0"]
1011
}

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2483,7 +2483,7 @@
24832483
"name": "Google Sheets"
24842484
},
24852485
"google_tasks": {
2486-
"integration_type": "hub",
2486+
"integration_type": "service",
24872487
"config_flow": true,
24882488
"iot_class": "cloud_polling",
24892489
"name": "Google Tasks"

0 commit comments

Comments
 (0)