mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
add ripple sensor (#2781)
* add ripple sensor * Address Landrash's comment
This commit is contained in:
parent
6ae65db2d3
commit
098a6f522d
31
source/_components/sensor.ripple.markdown
Normal file
31
source/_components/sensor.ripple.markdown
Normal 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.
|
BIN
source/images/supported_brands/ripple.png
Normal file
BIN
source/images/supported_brands/ripple.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.0 KiB |
Loading…
x
Reference in New Issue
Block a user