1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-17 15:26:01 +00:00

[const] Move CONF_CAPTURE_RESPONSE to const.py (#11096)

This commit is contained in:
Jesse Hills
2025-10-07 21:15:56 +13:00
committed by GitHub
parent ac566b7fd6
commit 301e7a7ac5
2 changed files with 2 additions and 1 deletions

View File

@@ -174,6 +174,7 @@ CONF_CALIBRATE_LINEAR = "calibrate_linear"
CONF_CALIBRATION = "calibration"
CONF_CAPACITANCE = "capacitance"
CONF_CAPACITY = "capacity"
CONF_CAPTURE_RESPONSE = "capture_response"
CONF_CARBON_MONOXIDE = "carbon_monoxide"
CONF_CARRIER_DUTY_PERCENT = "carrier_duty_percent"
CONF_CARRIER_FREQUENCY = "carrier_frequency"