1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-05 12:52:19 +01:00

Allow setting the initial mode of HLW8012 sensors (#611)

* Allow setting the initial mode of hlw8012 sensors

* Changes as per code review
This commit is contained in:
Brandon Davidson
2019-06-06 13:44:52 -07:00
committed by Otto Winter
parent e6c16e9981
commit 88ccd60a08
4 changed files with 15 additions and 1 deletions

View File

@@ -182,6 +182,7 @@ CONF_IIR_FILTER = 'iir_filter'
CONF_ILLUMINANCE = 'illuminance'
CONF_INCLUDES = 'includes'
CONF_INDEX = 'index'
CONF_INITIAL_MODE = 'initial_mode'
CONF_INITIAL_VALUE = 'initial_value'
CONF_INTEGRATION_TIME = 'integration_time'
CONF_INTENSITY = 'intensity'