mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
13 lines
228 B
JSON
13 lines
228 B
JSON
{
|
|
"domain": "bitcoin",
|
|
"name": "Bitcoin",
|
|
"documentation": "https://www.home-assistant.io/integrations/bitcoin",
|
|
"requirements": [
|
|
"blockchain==1.4.4"
|
|
],
|
|
"dependencies": [],
|
|
"codeowners": [
|
|
"@fabaff"
|
|
]
|
|
}
|