fix for using custom keys (#10045)

Custom keys must be quoted, or else the parser will try to interpret them as numbers.
This commit is contained in:
Bob Igo 2019-08-05 10:28:31 -04:00 committed by Klaas Schoute
parent ef9e56879b
commit bd6fb9f1a2

View File

@ -133,7 +133,7 @@ Example:
```yaml ```yaml
custom: custom:
yesterday_consumption: yesterday_consumption:
key: 6400_00543A01 key: '6400_00543A01'
unit: kWh unit: kWh
factor: 1000 factor: 1000
``` ```