Skip to content

Commit 6fc000e

Browse files
arturpragaczclaude
authored andcommitted
Add integration type to google (home-assistant#157729)
Co-authored-by: Claude <[email protected]>
1 parent 623d3ec commit 6fc000e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/google/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",
8+
"integration_type": "service",
89
"iot_class": "cloud_polling",
910
"loggers": ["googleapiclient"],
1011
"requirements": ["gcal-sync==8.0.0", "oauth2client==4.1.3", "ical==11.1.0"]

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2488,7 +2488,7 @@
24882488
"name": "Google Wifi"
24892489
},
24902490
"google": {
2491-
"integration_type": "hub",
2491+
"integration_type": "service",
24922492
"config_flow": true,
24932493
"iot_class": "cloud_polling",
24942494
"name": "Google Calendar"

0 commit comments

Comments
 (0)