Add integration_type service to coinbase (#158899)

This commit is contained in:
Joost Lekkerkerker
2025-12-13 09:31:54 +01:00
committed by GitHub
parent e1e91c5568
commit 8a3534c345
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"codeowners": ["@tombrien"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/coinbase",
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["coinbase"],
"requirements": ["coinbase-advanced-py==1.2.2"]

View File

@@ -1063,7 +1063,7 @@
},
"coinbase": {
"name": "Coinbase",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},