Skip to content

Commit bb938dd

Browse files
Klathmonfabaff
authored andcommitted
add docs for sochain sensor (home-assistant#4287)
* add sochain documentation * Minimize configuration sample
1 parent 57855e2 commit bb938dd

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
layout: page
3+
title: "SoChain"
4+
description: "Instructions how to integrate chain.so data within Home Assistant."
5+
date: 2017-06-01 16:20
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: sochain.png
11+
ha_category: Finance
12+
ha_release: 0.61
13+
ha_iot_class: "Cloud Polling"
14+
---
15+
16+
17+
The `SoChain` sensor platform displays supported cryptocurrency wallet balances from [SoChain](https://chain.so).
18+
19+
To add the SoChain sensor to your installation, specify a network and address to watch in the `configuration.yaml` file:
20+
21+
```yaml
22+
# Example configuration.yaml entry
23+
sensor:
24+
- platform: sochain
25+
network: LTC
26+
address: 'M9m37h3dVkLDS13wYK7vcs7ck6MMMX6yhK'
27+
```
28+
29+
{% configuration %}
30+
network:
31+
description: The network or blockchain of the cryptocurrency to watch.
32+
required: true
33+
type: string
34+
address:
35+
description: Cryptocurrency wallet address to watch.
36+
required: true
37+
type: string
38+
name:
39+
description: The name of the sensor used in the frontend. (recommended)
40+
required: false
41+
type: string
42+
default: Crypto Balance
43+
{% endconfiguration %}
44+
45+
Supported networks (which can also be found [here](https://chain.so/api#networks-supported)) are:
46+
47+
* BTC
48+
* LTC
49+
* DOGE
50+
* DASH
27.9 KB
Loading

0 commit comments

Comments
 (0)