typo in comment

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/145067/head
Matthias Alphart 2025-06-11 22:37:37 +02:00 committed by GitHub
parent a2dddda8cd
commit 87f56e3ae7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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,