mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +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",
|
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,
|
||||||
|
Reference in New Issue
Block a user