Ripple


The ripple sensor integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] displays Ripple wallet balances from Ripple.com.

To add the Ripple integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] to your installation, specify a ripple address to watch in the configuration.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI.[Learn more] file. After changing the configuration.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI.[Learn more] file, restart Home Assistant to apply the changes. To view the changes, go to Settings > Devices & services > Entities.

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

Configuration Variables

address string Required

Ripple wallet address to watch.

name string (Optional, default: Ripple Balance)

Name for the sensor to use in the frontend.