2020-03-05 17:28:39 -08:00

812 B

title, description, logo, ha_category, ha_release, ha_iot_class, ha_domain
title description logo ha_category ha_release ha_iot_class ha_domain
Ripple Instructions on how to integrate ripple.com data within Home Assistant. ripple.png
Finance
0.47 Cloud Polling ripple

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 %} address: description: Ripple wallet address to watch. required: true type: string name: description: Name for the sensor to use in the frontend. required: false type: string default: Ripple Balance {% endconfiguration %}