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

Move CONF_PLATFORM_VERSION to global const.py (#6629)

* remove duplicated definition

* format
This commit is contained in:
tomaszduda23
2024-04-25 11:50:41 +02:00
committed by GitHub
parent 41b19504bc
commit bdc9c66f7e
4 changed files with 4 additions and 5 deletions

View File

@@ -597,6 +597,7 @@ CONF_PIN_D = "pin_d"
CONF_PINS = "pins"
CONF_PIXEL_MAPPER = "pixel_mapper"
CONF_PLATFORM = "platform"
CONF_PLATFORM_VERSION = "platform_version"
CONF_PLATFORMIO_OPTIONS = "platformio_options"
CONF_PM_0_3UM = "pm_0_3um"
CONF_PM_0_5UM = "pm_0_5um"