We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4018458 commit c685d3fCopy full SHA for c685d3f
custom_components/remote_homeassistant/config_flow.py
@@ -20,7 +20,7 @@
20
CONF_INCLUDE_DOMAINS, CONF_INCLUDE_ENTITIES,
21
CONF_LOAD_COMPONENTS, CONF_MAIN, CONF_OPTIONS, CONF_REMOTE, CONF_REMOTE_CONNECTION,
22
CONF_SECURE, CONF_SERVICE_PREFIX, CONF_SERVICES, CONF_MAX_MSG_SIZE,
23
- CONF_SUBSCRIBE_EVENTS, DOMAIN, REMOTE_ID)
+ CONF_SUBSCRIBE_EVENTS, DOMAIN, REMOTE_ID, DEFAULT_MAX_MSG_SIZE)
24
from .rest_api import (ApiProblem, CannotConnect, EndpointMissing, InvalidAuth,
25
UnsupportedVersion, async_get_discovery_info)
26
0 commit comments