Add total daily energy sensor (#220)

* Add total daily energy sensor

* Add test
This commit is contained in:
Otto Winter
2018-11-09 20:27:19 +01:00
committed by GitHub
parent 0ad61f4a95
commit 8203b8fcd3
3 changed files with 42 additions and 0 deletions
+1
View File
@@ -360,6 +360,7 @@ CONF_STEP_PIN = 'step_pin'
CONF_DIR_PIN = 'dir_pin'
CONF_SLEEP_PIN = 'sleep_pin'
CONF_SEND_FIRST_AT = 'send_first_at'
CONF_TIME_ID = 'time_id'
CONF_RESTORE_STATE = 'restore_state'
CONF_TIMING = 'timing'
CONF_INVALID_COOLDOWN = 'invalid_cooldown'