mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
typo in comment
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user