From d019de713b5e19a419652312de39d66a4b0af6e6 Mon Sep 17 00:00:00 2001 From: farmio Date: Wed, 2 Jul 2025 21:53:28 +0200 Subject: [PATCH] remove unused test helper function --- tests/components/knx/conftest.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/components/knx/conftest.py b/tests/components/knx/conftest.py index 70e3cf74ba3..576fce802c0 100644 --- a/tests/components/knx/conftest.py +++ b/tests/components/knx/conftest.py @@ -108,12 +108,6 @@ class KNXTestKit: self.xknx = args[0] return DEFAULT - def state_update_register_mock(*args, **kwargs): - """Mock the state updater registration.""" - if state_updater: - return DEFAULT - return DEFAULT - if config_store_fixture: self.hass_storage[ KNX_CONFIG_STORAGE_KEY