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

[const] Move `CONF_DEVICES to const.py` (#9179)

This commit is contained in:
Jesse Hills
2025-06-23 09:54:49 +12:00
committed by GitHub
parent 7ab9083d77
commit dc5cbd4df8
2 changed files with 2 additions and 2 deletions

View File

@@ -217,6 +217,7 @@ CONF_DEST = "dest"
CONF_DEVICE = "device"
CONF_DEVICE_CLASS = "device_class"
CONF_DEVICE_FACTOR = "device_factor"
CONF_DEVICES = "devices"
CONF_DIELECTRIC_CONSTANT = "dielectric_constant"
CONF_DIMENSIONS = "dimensions"
CONF_DIO_PIN = "dio_pin"