2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "coinbase",
|
|
|
|
"name": "Coinbase",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/coinbase",
|
2022-03-30 08:56:37 +00:00
|
|
|
"requirements": ["coinbase==2.1.0"],
|
|
|
|
"codeowners": ["@tombrien"],
|
2021-06-28 14:38:12 +00:00
|
|
|
"config_flow": true,
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "cloud_polling",
|
|
|
|
"loggers": ["coinbase"]
|
2022-03-30 08:56:37 +00:00
|
|
|
}
|