1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-03 20:02:22 +01:00

Adding sdm_meter ability to report total power (#2959)

This commit is contained in:
MiKuBB
2022-01-10 00:23:01 +01:00
committed by GitHub
parent a4431abea8
commit 9e8b701dea
4 changed files with 21 additions and 2 deletions

View File

@@ -685,6 +685,7 @@ CONF_TOLERANCE = "tolerance"
CONF_TOPIC = "topic"
CONF_TOPIC_PREFIX = "topic_prefix"
CONF_TOTAL = "total"
CONF_TOTAL_POWER = "total_power"
CONF_TRACES = "traces"
CONF_TRANSITION_LENGTH = "transition_length"
CONF_TRIGGER_ID = "trigger_id"