1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-17 23:35:47 +00:00

[const] Move CONF_MAX_CONNECTIONS to const.py (#11007)

This commit is contained in:
J. Nick Koston
2025-10-03 18:20:00 -05:00
committed by GitHub
parent 0a40a30e4a
commit 0137954f2b
3 changed files with 3 additions and 2 deletions

View File

@@ -542,6 +542,7 @@ CONF_MANUAL_IP = "manual_ip"
CONF_MANUFACTURER_ID = "manufacturer_id"
CONF_MASK_DISTURBER = "mask_disturber"
CONF_MAX_BRIGHTNESS = "max_brightness"
CONF_MAX_CONNECTIONS = "max_connections"
CONF_MAX_COOLING_RUN_TIME = "max_cooling_run_time"
CONF_MAX_CURRENT = "max_current"
CONF_MAX_DURATION = "max_duration"