From 88496b33f6eafba2b9cb2e68f831a03931ea0bf8 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 2 Jun 2017 08:36:38 +0200 Subject: [PATCH] Minimize the configuration sample --- source/_components/sensor.bitcoin.markdown | 27 ++++------------------ 1 file changed, 4 insertions(+), 23 deletions(-) diff --git a/source/_components/sensor.bitcoin.markdown b/source/_components/sensor.bitcoin.markdown index 23aba6ca31f..f2475e71038 100644 --- a/source/_components/sensor.bitcoin.markdown +++ b/source/_components/sensor.bitcoin.markdown @@ -21,29 +21,10 @@ To add the Bitcoin sensor to your installation, add a selection of the available ```yaml # Example configuration.yaml entry sensor: - platform: bitcoin - display_options: - - exchangerate - - trade_volume_btc - - miners_revenue_usd - - btc_mined - - trade_volume_usd - - difficulty - - minutes_between_blocks - - number_of_transactions - - hash_rate - - timestamp - - mined_blocks - - blocks_size - - total_fees_btc - - total_btc_sent - - estimated_btc_sent - - total_btc - - total_blocks - - next_retarget - - estimated_transaction_volume_usd - - miners_revenue_btc - - market_price_usd + - platform: bitcoin + display_options: + - exchangerate + - trade_volume_btc ``` Configuration variables: