Minimizing of the configuration sample (#1017)

This commit is contained in:
Fabian Affolter 2016-09-30 20:56:33 +02:00 committed by GitHub
parent 1abe7da82c
commit 8a386143a4
5 changed files with 16 additions and 15 deletions

View file

@ -23,15 +23,13 @@ To enable this sensor, add the following lines to your `configuration.yaml` file
```yaml
# Example configuration.yaml entry
sensor:
platform: fixer
name: EUR
base: EUR
target: CHF
- platform: fixer
target: CHF
```
Configuration variables:
- **target** (*Required*): The symbol of the target currency.
- **name** (*Optional*): Name to use in the frontend.
- **base** (*Optional*): The symbol of the base currency. Default to USD
- **target** (*Required*): The symbol of the target currency.