From 79c379207acdba8de8205c4c60fc394e517084c1 Mon Sep 17 00:00:00 2001 From: SiliconAvatar <43505983+SiliconAvatar@users.noreply.github.com> Date: Fri, 8 Feb 2019 01:29:32 -0500 Subject: [PATCH] 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. --- source/_components/utility_meter.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/utility_meter.markdown b/source/_components/utility_meter.markdown index 3e4b5a3b2a3..7deb379101b 100644 --- a/source/_components/utility_meter.markdown +++ b/source/_components/utility_meter.markdown @@ -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 %}