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