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

[const] Move CONF_X and CONF_Y to const.py (#8999)

This commit is contained in:
Hannah_GBS
2025-06-03 21:28:06 +01:00
committed by GitHub
parent 589f13f0f7
commit 4370b6695e
7 changed files with 28 additions and 14 deletions

View File

@@ -976,7 +976,9 @@ CONF_WIND_DIRECTION_DEGREES = "wind_direction_degrees"
CONF_WIND_SPEED = "wind_speed"
CONF_WINDOW_SIZE = "window_size"
CONF_WRITE_PIN = "write_pin"
CONF_X = "x"
CONF_X_GRID = "x_grid"
CONF_Y = "y"
CONF_Y_GRID = "y_grid"
CONF_YEAR = "year"
CONF_ZERO = "zero"