mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Added required option to Utility Meter sample config (#8444)
`cycle: ` is a required configuration option for this sensor, and was missing from the sample configuration. Added `cycle: monthly` to the displayed sample configuration to make it a valid config.
This commit is contained in:
parent
e7e1fe62d7
commit
79c379207a
@ -30,6 +30,7 @@ To enable the Utility Meter Sensor in your installation, add the following to yo
|
||||
utility_meter:
|
||||
energy:
|
||||
source: sensor.energy_in_kwh
|
||||
cycle: monthly
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user