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", title="KNX",
domain=DOMAIN, domain=DOMAIN,
data={ 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 # there are installations out there without these keys so we test with legacy data
# to ensure backwards compatibility (local_ip, telegram_log_size) # to ensure backwards compatibility (local_ip, telegram_log_size)
CONF_KNX_CONNECTION_TYPE: CONF_KNX_AUTOMATIC, CONF_KNX_CONNECTION_TYPE: CONF_KNX_AUTOMATIC,