mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
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:
parent
ef9e56879b
commit
bd6fb9f1a2
@ -133,7 +133,7 @@ Example:
|
||||
```yaml
|
||||
custom:
|
||||
yesterday_consumption:
|
||||
key: 6400_00543A01
|
||||
key: '6400_00543A01'
|
||||
unit: kWh
|
||||
factor: 1000
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user