mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Minimize the configuration sample
This commit is contained in:
parent
6bb166a048
commit
88496b33f6
@ -21,29 +21,10 @@ To add the Bitcoin sensor to your installation, add a selection of the available
|
|||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
sensor:
|
sensor:
|
||||||
platform: bitcoin
|
- platform: bitcoin
|
||||||
display_options:
|
display_options:
|
||||||
- exchangerate
|
- exchangerate
|
||||||
- trade_volume_btc
|
- 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
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user