Skip to content

Commit 4cadbe8

Browse files
committed
Add CONF_SOURCES import to config_flow
- Fixes missing import for source configuration - Sources are fully configurable via options flow
1 parent 44b62a3 commit 4cadbe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/mcintosh/config_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from pymcintosh.models import SUPPORTED_MODELS, get_model_config
2020

2121
from .utils import get_connection_overrides
22-
from .const import CONF_BAUD_RATE, CONF_MODEL, DEFAULT_URL, DOMAIN, COMPATIBLE_MODELS
22+
from .const import CONF_BAUD_RATE, CONF_MODEL, CONF_SOURCES, DEFAULT_URL, DOMAIN, COMPATIBLE_MODELS
2323

2424
LOG = logging.getLogger(__name__)
2525

0 commit comments

Comments
 (0)