typo in comment

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Matthias Alphart
2025-06-11 22:37:37 +02:00
committed by farmio
parent 6a998bb3ed
commit b9e3345a03

View File

@ -315,7 +315,7 @@ def mock_config_entry() -> MockConfigEntry:
title="KNX",
domain=DOMAIN,
data={
# homeassistant.cmponents.knx.config_flow.DEFAULT_ENTRY_DATA has additional keys
# homeassistant.components.knx.config_flow.DEFAULT_ENTRY_DATA has additional keys
# there are installations out there without these keys so we test with legacy data
# to ensure backwards compatibility (local_ip, telegram_log_size)
CONF_KNX_CONNECTION_TYPE: CONF_KNX_AUTOMATIC,