Needs to be fuel_types: instead of fuel_type: (#12430)

Error in example configuration.
This commit is contained in:
Anton Kurnitzky 2020-03-18 22:43:54 +01:00 committed by GitHub
parent cb15c69b70
commit 01cca6d531
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ To enable this platform, add the following lines to your `configuration.yaml`:
tankerkoenig:
api_key: YOUR_API_KEY
radius: 1
fuel_type:
fuel_types:
- "diesel"
```