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

[const] Move `CONF_LINE_FREQUENCY` to const.py (#7351)

This commit is contained in:
Jesse Hills
2024-08-26 13:07:18 +12:00
committed by GitHub
parent 60fced53c2
commit dc9c001056
3 changed files with 12 additions and 11 deletions

View File

@@ -431,6 +431,7 @@ CONF_LIGHT_ID = "light_id"
CONF_LIGHTNING_ENERGY = "lightning_energy"
CONF_LIGHTNING_THRESHOLD = "lightning_threshold"
CONF_LIMIT_MODE = "limit_mode"
CONF_LINE_FREQUENCY = "line_frequency"
CONF_LINE_THICKNESS = "line_thickness"
CONF_LINE_TYPE = "line_type"
CONF_LOADED_INTEGRATIONS = "loaded_integrations"