Skip to content

Commit 8a3534c

Browse files
authored
Add integration_type service to coinbase (home-assistant#158899)
1 parent e1e91c5 commit 8a3534c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/coinbase/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"codeowners": ["@tombrien"],
55
"config_flow": true,
66
"documentation": "https://www.home-assistant.io/integrations/coinbase",
7+
"integration_type": "service",
78
"iot_class": "cloud_polling",
89
"loggers": ["coinbase"],
910
"requirements": ["coinbase-advanced-py==1.2.2"]

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,7 @@
10631063
},
10641064
"coinbase": {
10651065
"name": "Coinbase",
1066-
"integration_type": "hub",
1066+
"integration_type": "service",
10671067
"config_flow": true,
10681068
"iot_class": "cloud_polling"
10691069
},

0 commit comments

Comments
 (0)