add ripple sensor (#2781)

* add ripple sensor

* Address Landrash's comment
This commit is contained in:
Nolan Gilley 2017-06-07 04:26:58 -04:00 committed by Fabian Affolter
parent 6ae65db2d3
commit 098a6f522d
2 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
---
layout: page
title: "Ripple"
description: "Instructions how to integrate ripple.com data within Home Assistant."
date: 2017-06-06 16:20
sidebar: true
comments: false
sharing: true
footer: true
logo: ripple.png
ha_category: Finance
ha_release: 0.47
ha_iot_class: "Cloud Polling"
---
The `ripple` sensor platform displays Ripple wallet balances from [Ripple.com](https://ripple.com).
To add the Ripple sensor to your installation, specify a ripple address to watch in the `configuration.yaml` file:
```yaml
# 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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB