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

[const] Move CONF_FLIP_X and CONF_FLIP_Y to `const.py` (#9741)

This commit is contained in:
DT-art1
2025-07-20 22:07:56 +02:00
committed by GitHub
parent 1e35c07327
commit 7d30d1e987
3 changed files with 5 additions and 4 deletions

View File

@@ -375,6 +375,8 @@ CONF_FINGER_ID = "finger_id"
CONF_FINGERPRINT_COUNT = "fingerprint_count"
CONF_FLASH_LENGTH = "flash_length"
CONF_FLASH_TRANSITION_LENGTH = "flash_transition_length"
CONF_FLIP_X = "flip_x"
CONF_FLIP_Y = "flip_y"
CONF_FLOW = "flow"
CONF_FLOW_CONTROL_PIN = "flow_control_pin"
CONF_FONT = "font"