This commit is contained in:
Fabian Affolter 2017-06-05 13:36:58 +02:00 committed by GitHub
parent 06415a6cfa
commit 9c71da6cae
2 changed files with 9 additions and 7 deletions

View file

@ -9,14 +9,14 @@ sharing: true
footer: true
logo: blockchain.png
ha_category: Finance
ha_release: 0.46
ha_release: 0.47
ha_iot_class: "Cloud Polling"
---
The `Blockchain` sensor platform displays Bitcoin wallet balances from [blockchain.info](https://blockchain.info).
To add the Blockchain sensor to your installation, specify a list of bitcoin addresses to watch in the `configuration.yaml` file. The sensor state will be the sum of the balances of all addresses listed.
To add the Blockchain sensor to your installation, specify a list of bitcoin addresses to watch in the `configuration.yaml` file. The sensor state will be the sum of the balances of all addresses listed.
```yaml
# Example configuration.yaml entry
@ -29,4 +29,5 @@ sensor:
Configuration variables:
- **addresses** (*Required*): List of bitcoin wallet addresses to watch
- **addresses** (*Required*): List of bitcoin wallet addresses to watch.