mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-04-25 13:57:37 +00:00
1.0 KiB
1.0 KiB
title | description | ha_category | ha_release | ha_iot_class | ha_domain | ha_platforms | ha_integration_type | related | ha_quality_scale | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Ripple | Instructions on how to integrate ripple.com data within Home Assistant. |
|
0.47 | Cloud Polling | ripple |
|
integration |
|
legacy |
The ripple
sensor {% term integration %} displays Ripple wallet balances from Ripple.com.
To add the Ripple {% term integration %} to your installation, specify a ripple address to watch in the {% term "configuration.yaml
" %} file.
{% include integrations/restart_ha_after_config_inclusion.md %}
# 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 %}