Skip to content

Commit e1abd45

Browse files
arturpragaczclaude
andauthored
Add integration type to google (home-assistant#157729)
Co-authored-by: Claude <[email protected]>
1 parent 2c72cd9 commit e1abd45

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
@@ -2494,7 +2494,7 @@
24942494
"name": "Google Wifi"
24952495
},
24962496
"google": {
2497-
"integration_type": "hub",
2497+
"integration_type": "service",
24982498
"config_flow": true,
24992499
"iot_class": "cloud_polling",
25002500
"name": "Google Calendar"

0 commit comments

Comments
 (0)