Skip to content

Commit 88496b3

Browse files
committed
Minimize the configuration sample
1 parent 6bb166a commit 88496b3

File tree

1 file changed

+4
-23
lines changed

1 file changed

+4
-23
lines changed

source/_components/sensor.bitcoin.markdown

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -21,29 +21,10 @@ To add the Bitcoin sensor to your installation, add a selection of the available
2121
```yaml
2222
# Example configuration.yaml entry
2323
sensor:
24-
platform: bitcoin
25-
display_options:
26-
- exchangerate
27-
- trade_volume_btc
28-
- miners_revenue_usd
29-
- btc_mined
30-
- trade_volume_usd
31-
- difficulty
32-
- minutes_between_blocks
33-
- number_of_transactions
34-
- hash_rate
35-
- timestamp
36-
- mined_blocks
37-
- blocks_size
38-
- total_fees_btc
39-
- total_btc_sent
40-
- estimated_btc_sent
41-
- total_btc
42-
- total_blocks
43-
- next_retarget
44-
- estimated_transaction_volume_usd
45-
- miners_revenue_btc
46-
- market_price_usd
24+
- platform: bitcoin
25+
display_options:
26+
- exchangerate
27+
- trade_volume_btc
4728
```
4829
4930
Configuration variables:

0 commit comments

Comments
 (0)