mirror of
https://github.com/home-assistant/core.git
synced 2026-02-25 20:35:09 +00:00
10 lines
268 B
JSON
10 lines
268 B
JSON
{
|
|
"domain": "blockchain",
|
|
"name": "Blockchain.com",
|
|
"codeowners": [],
|
|
"documentation": "https://www.home-assistant.io/integrations/blockchain",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["pyblockchain"],
|
|
"requirements": ["python-blockchain-api==0.0.2"]
|
|
}
|