Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

1.1 KiB

title, description, logo, ha_category, ha_release, ha_iot_class, redirect_from
title description logo ha_category ha_release ha_iot_class redirect_from
SoChain Instructions on how to integrate chain.so data within Home Assistant. sochain.png
Finance
0.61 Cloud Polling
/components/sensor.sochain/

The SoChain sensor platform displays supported cryptocurrency wallet balances from SoChain.

To add the SoChain sensor to your installation, specify a network and address to watch in the configuration.yaml file:

# Example configuration.yaml entry
sensor:
  - platform: sochain
    network: LTC
    address: 'M9m37h3dVkLDS13wYK7vcs7ck6MMMX6yhK'

{% configuration %} network: description: The network or blockchain of the cryptocurrency to watch. required: true type: string address: description: Cryptocurrency wallet address to watch. required: true type: string name: description: The name of the sensor used in the frontend. (recommended) required: false type: string default: Crypto Balance {% endconfiguration %}

Supported networks (which can also be found here) are:

  • BTC
  • LTC
  • DOGE
  • DASH