From 9c71da6cae09a8ce37ed9f1ba1db23692312c790 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 5 Jun 2017 13:36:58 +0200 Subject: [PATCH] Add name (#2767) --- source/_components/sensor.blockchain.markdown | 7 ++++--- source/_components/sensor.etherscan.markdown | 9 +++++---- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/source/_components/sensor.blockchain.markdown b/source/_components/sensor.blockchain.markdown index 837883eeb69..26e5b590eda 100644 --- a/source/_components/sensor.blockchain.markdown +++ b/source/_components/sensor.blockchain.markdown @@ -9,14 +9,14 @@ sharing: true footer: true logo: blockchain.png ha_category: Finance -ha_release: 0.46 +ha_release: 0.47 ha_iot_class: "Cloud Polling" --- The `Blockchain` sensor platform displays Bitcoin wallet balances from [blockchain.info](https://blockchain.info). -To add the Blockchain sensor to your installation, specify a list of bitcoin addresses to watch in the `configuration.yaml` file. The sensor state will be the sum of the balances of all addresses listed. +To add the Blockchain sensor to your installation, specify a list of bitcoin addresses to watch in the `configuration.yaml` file. The sensor state will be the sum of the balances of all addresses listed. ```yaml # Example configuration.yaml entry @@ -29,4 +29,5 @@ sensor: Configuration variables: -- **addresses** (*Required*): List of bitcoin wallet addresses to watch +- **addresses** (*Required*): List of bitcoin wallet addresses to watch. + diff --git a/source/_components/sensor.etherscan.markdown b/source/_components/sensor.etherscan.markdown index 1714bf1cb55..8200f531779 100644 --- a/source/_components/sensor.etherscan.markdown +++ b/source/_components/sensor.etherscan.markdown @@ -9,7 +9,7 @@ sharing: true footer: true logo: etherscan.png ha_category: Finance -ha_release: 0.46 +ha_release: 0.47 ha_iot_class: "Cloud Polling" --- @@ -21,10 +21,11 @@ To add the Etherscan sensor to your installation, specify an ethereum address to ```yaml # Example configuration.yaml entry sensor: - platform: etherscan - address: '0xfB6916095ca1df60bB79Ce92cE3Ea74c37c5d359' + - platform: etherscan + address: '0xfB6916095ca1df60bB79Ce92cE3Ea74c37c5d359' ``` Configuration variables: -- **address** (*Required*): Ethereum wallet address to watch +- **address** (*Required*): Ethereum wallet address to watch. +- **name** (*Optional*): The name of the sensor used in the frontend.