mirror of
https://github.com/esphome/esphome.git
synced 2025-10-14 15:53:48 +01:00
[const] Move CONF_MAX_CONNECTIONS to const.py (#11007)
This commit is contained in:
@@ -14,6 +14,7 @@ from esphome.const import (
|
||||
CONF_EVENT,
|
||||
CONF_ID,
|
||||
CONF_KEY,
|
||||
CONF_MAX_CONNECTIONS,
|
||||
CONF_ON_CLIENT_CONNECTED,
|
||||
CONF_ON_CLIENT_DISCONNECTED,
|
||||
CONF_PASSWORD,
|
||||
@@ -60,7 +61,6 @@ CONF_CUSTOM_SERVICES = "custom_services"
|
||||
CONF_HOMEASSISTANT_SERVICES = "homeassistant_services"
|
||||
CONF_HOMEASSISTANT_STATES = "homeassistant_states"
|
||||
CONF_LISTEN_BACKLOG = "listen_backlog"
|
||||
CONF_MAX_CONNECTIONS = "max_connections"
|
||||
|
||||
|
||||
def validate_encryption_key(value):
|
||||
|
Reference in New Issue
Block a user