home-assistant.io/source/_components/sensor.sochain.markdown
Alok Saboo 1aca7b08cf Misc fixes: e.g. -> e.g., and proper case for Home Assistant (#4942)
* e.g. to e.g., and proper case for Home Assistant

* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00

1.2 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page SoChain Instructions on how to integrate chain.so data within Home Assistant. 2017-06-01 16:20 true false true true sochain.png Finance 0.61 Cloud Polling

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