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:
SiliconAvatar 2019-02-08 01:29:32 -05:00 committed by Rohan Kapoor
parent e7e1fe62d7
commit 79c379207a

View File

@ -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 %}