home-assistant.io/source/_components/sensor.ripple.markdown
Nolan Gilley 098a6f522d add ripple sensor (#2781)
* add ripple sensor

* Address Landrash's comment
2017-06-07 10:26:58 +02:00

786 B

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 Ripple Instructions how to integrate ripple.com data within Home Assistant. 2017-06-06 16:20 true false true true ripple.png Finance 0.47 Cloud Polling

The ripple sensor platform displays Ripple wallet balances from Ripple.com.

To add the Ripple sensor to your installation, specify a ripple address to watch in the configuration.yaml file:

# Example configuration.yaml entry
sensor:
  - platform: ripple
    address: 'r3kmLJN5D28dHuH8vZNUZpMC43pEHpaocV'

Configuration variables:

  • address (Required): Ripple wallet address to watch
  • name (Optional): Name for the sensor to use in the frontend.