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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user