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

Add sum type to binary_sensor_map (#3541)

This commit is contained in:
Fabian Berthold
2022-08-31 06:52:16 +02:00
committed by GitHub
parent 0907de8662
commit acd55b9601
4 changed files with 48 additions and 0 deletions

View File

@@ -659,6 +659,7 @@ CONF_STOP_ACTION = "stop_action"
CONF_STORE_BASELINE = "store_baseline"
CONF_SUBNET = "subnet"
CONF_SUBSTITUTIONS = "substitutions"
CONF_SUM = "sum"
CONF_SUPPLEMENTAL_COOLING_ACTION = "supplemental_cooling_action"
CONF_SUPPLEMENTAL_COOLING_DELTA = "supplemental_cooling_delta"
CONF_SUPPLEMENTAL_HEATING_ACTION = "supplemental_heating_action"