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

Consolidate CONF_RAW_DATA_ID to const.py (#2491)

This commit is contained in:
Dave T
2021-10-11 23:14:04 +01:00
committed by GitHub
parent d7ad155885
commit 04ec1c8b56
4 changed files with 11 additions and 8 deletions

View File

@@ -533,6 +533,7 @@ CONF_RANGE_FROM = "range_from"
CONF_RANGE_TO = "range_to"
CONF_RATE = "rate"
CONF_RAW = "raw"
CONF_RAW_DATA_ID = "raw_data_id"
CONF_RC_CODE_1 = "rc_code_1"
CONF_RC_CODE_2 = "rc_code_2"
CONF_REACTIVE_POWER = "reactive_power"