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

[const] Move CONF_GAIN_FACTOR to const.py (#8646)

This commit is contained in:
Jesse Hills
2025-04-29 11:35:38 +12:00
committed by GitHub
parent 629481a526
commit a31a5e74bd
3 changed files with 3 additions and 2 deletions

View File

@@ -333,6 +333,7 @@ CONF_FULL_SPECTRUM = "full_spectrum"
CONF_FULL_SPECTRUM_COUNTS = "full_spectrum_counts"
CONF_FULL_UPDATE_EVERY = "full_update_every"
CONF_GAIN = "gain"
CONF_GAIN_FACTOR = "gain_factor"
CONF_GAMMA_CORRECT = "gamma_correct"
CONF_GAS_RESISTANCE = "gas_resistance"
CONF_GATEWAY = "gateway"