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",
|
2021-06-28 14:38:12 +00:00
|
|
|
"requirements": [
|
|
|
|
"coinbase==2.1.0"
|
|
|
|
],
|
|
|
|
"codeowners": [
|
|
|
|
"@tombrien"
|
|
|
|
],
|
|
|
|
"config_flow": true,
|
2021-04-15 08:21:38 +00:00
|
|
|
"iot_class": "cloud_polling"
|
2021-06-28 14:38:12 +00:00
|
|
|
}
|