mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Add missing variable
This commit is contained in:
parent
5c6c7fe0b9
commit
aa1cf369c3
@ -23,15 +23,16 @@ To enable this sensor, add the following lines to your `configuration.yaml` file
|
|||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
sensor:
|
sensor:
|
||||||
platform: openexchangerates
|
- platform: openexchangerates
|
||||||
api_key: your_api_key
|
api_key: YOUR_API_KEY
|
||||||
base: USD #optional
|
base: USD
|
||||||
quote: EUR
|
quote: EUR
|
||||||
name: USDEUR #optional
|
name: USDEUR
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
|
- **api_key** (*Required*): API Key for [Open Exchange Rates](https://openexchangerates.org).
|
||||||
- **name** (*Optional*): Name to use in the frontend.
|
- **name** (*Optional*): Name to use in the frontend.
|
||||||
- **base** (*Optional*): The symbol of the base currency. Defaults to USD
|
- **base** (*Optional*): The symbol of the base currency. Defaults to USD
|
||||||
- **quote** (*Required*): The symbol of the quote or target currency.
|
- **quote** (*Required*): The symbol of the quote or target currency.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user