Skip to content

Commit cca8120

Browse files
committed
Update docs
1 parent 88cac87 commit cca8120

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

source/_components/sensor.bitcoin.markdown

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,14 @@ ha_category: Sensor
1212
---
1313

1414

15-
The `bitcoin` platform displays various details about the [Bitcoin](https://bitcoin.org) network.
16-
17-
If you have an online wallet from [Blockchain.info](https://blockchain.info/) the sensor is capable to show your current balance.
18-
19-
You need to enable the API access for your online wallet to get the balance. To do that log in and move to 'Account Setting', choose 'IP Restrictions', and check 'Enable Api Access'. You will get an email message from blockchain.info where you must authorize the API access.
15+
The `bitcoin` sensor platform displays various details about the [Bitcoin](https://bitcoin.org) network.
2016

2117
To add the Bitcoin sensor to your installation, add a selection of the available display options to your `configuration.yaml` file:
2218

2319
```yaml
2420
# Example configuration.yaml entry
2521
sensor:
2622
platform: bitcoin
27-
wallet: 'YOUR WALLET_ID'
28-
password: YOUR_ACCOUNT_PASSWORD
2923
currency: YOUR CURRENCY
3024
display_options:
3125
- exchangerate
@@ -53,8 +47,6 @@ sensor:
5347
5448
Configuration variables:
5549
56-
- **wallet** (*Optional*): This is your wallet identifier from https://blockchain.info to access the online wallet.
57-
- **password** (*Optional*): Password for your online wallet.
5850
- **currency** (*Optional*): The currency to exchange to, eg. CHF, USD, EUR, etc. Default is USD.
5951
- **display_options** array (*Required*): Options to display in the frontend.
6052
- **exchangerate**: Exchange rate of 1 BTC

0 commit comments

Comments
 (0)