Skip to content

add docs for etherscan and blockchain sensors #2734

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 5, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions source/_components/sensor.blockchain.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
layout: page
title: "Blockchain.info"
description: "Instructions how to integrate Blockchain.info data within Home Assistant."
date: 2017-06-01 16:20
sidebar: true
comments: false
sharing: true
footer: true
logo: blockchain.png
ha_category: Finance
ha_release: 0.46
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.

```yaml
# Example configuration.yaml entry
sensor:
- platform: blockchain
addresses:
- '1BMsHFczb2vY1BMDvFGWgGU8mkWVm5fupp'
- '183J5pXWqYYsxZ7inTVw9tEpejDXyMFroe'
```

Configuration variables:

- **addresses** (*Required*): List of bitcoin wallet addresses to watch
30 changes: 30 additions & 0 deletions source/_components/sensor.etherscan.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
layout: page
title: "Etherscan"
description: "Instructions how to integrate Etherscan.io data within Home Assistant."
date: 2017-06-01 16:20
sidebar: true
comments: false
sharing: true
footer: true
logo: etherscan.png
ha_category: Finance
ha_release: 0.46
ha_iot_class: "Cloud Polling"
---


The `Etherscan` sensor platform displays Ethereum wallet balances from [Etherscan.io](https://etherscan.io).

To add the Etherscan sensor to your installation, specify an ethereum address to watch in the `configuration.yaml` file:

```yaml
# Example configuration.yaml entry
sensor:
platform: etherscan
address: '0xfB6916095ca1df60bB79Ce92cE3Ea74c37c5d359'
```

Configuration variables:

- **address** (*Required*): Ethereum wallet address to watch
Binary file added source/images/supported_brands/blockchain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/images/supported_brands/etherscan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.