aiohomematic-test-support 2026.1.23__py3-none-any.whl → 2026.1.40__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- aiohomematic_test_support/__init__.py +1 -1
- aiohomematic_test_support/factory.py +1 -0
- {aiohomematic_test_support-2026.1.23.dist-info → aiohomematic_test_support-2026.1.40.dist-info}/METADATA +1 -1
- {aiohomematic_test_support-2026.1.23.dist-info → aiohomematic_test_support-2026.1.40.dist-info}/RECORD +6 -6
- {aiohomematic_test_support-2026.1.23.dist-info → aiohomematic_test_support-2026.1.40.dist-info}/WHEEL +0 -0
- {aiohomematic_test_support-2026.1.23.dist-info → aiohomematic_test_support-2026.1.40.dist-info}/top_level.txt +0 -0
|
@@ -312,6 +312,7 @@ async def get_pydev_ccu_central_unit_full(
|
|
|
312
312
|
client_session=client_session,
|
|
313
313
|
program_markers=(),
|
|
314
314
|
sysvar_markers=(),
|
|
315
|
+
start_direct=True,
|
|
315
316
|
).create_central()
|
|
316
317
|
central.event_bus.subscribe(event_type=DeviceLifecycleEvent, event_key=None, handler=device_lifecycle_event_handler)
|
|
317
318
|
await central.start()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: aiohomematic-test-support
|
|
3
|
-
Version: 2026.1.
|
|
3
|
+
Version: 2026.1.40
|
|
4
4
|
Summary: Support-only package for AioHomematic (tests/dev). Not part of production builds.
|
|
5
5
|
Author-email: SukramJ <sukramj@icloud.com>, Daniel Perna <danielperna84@gmail.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/SukramJ/aiohomematic
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
aiohomematic_test_support/__init__.py,sha256=
|
|
1
|
+
aiohomematic_test_support/__init__.py,sha256=rRlNZwaLwcBmnAdHge8raeNAkF0u_aNSYEM7N8I0i8M,2711
|
|
2
2
|
aiohomematic_test_support/const.py,sha256=cYsT9WMnoxRR1zRRUFX8M7A9e0pwS3NcxKK9smXiiw8,6487
|
|
3
3
|
aiohomematic_test_support/event_capture.py,sha256=9giXt8-vbPXUbG0X89Jt5Q8LfPli0y-liLVVUhiw-EM,8002
|
|
4
4
|
aiohomematic_test_support/event_mock.py,sha256=sWtAqMPXxkWFNqslw2wfgXGtSM0kLMm0Lg_qkkAFE4g,8493
|
|
5
|
-
aiohomematic_test_support/factory.py,sha256=
|
|
5
|
+
aiohomematic_test_support/factory.py,sha256=U_-YrtgY-L5fo1WScR7jfCxJmHbJRueWTH9FSsC9ZCQ,12499
|
|
6
6
|
aiohomematic_test_support/helper.py,sha256=r63EpCEPmWFdcxiEDR5k22AwbB112DbWJwK66iHLeU4,1468
|
|
7
7
|
aiohomematic_test_support/mock.py,sha256=GYwpwH-mfaobK8DyNj3FFC2zyvATs46sx2l7V5wnqGA,32366
|
|
8
8
|
aiohomematic_test_support/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
9
|
aiohomematic_test_support/data/device_translation.json,sha256=owHLpCGvtMJzfCMOMMgnn7-LgN-BMKSYzi4NKINw1WQ,13290
|
|
10
10
|
aiohomematic_test_support/data/full_session_randomized_ccu.zip,sha256=kKHMtJouCskAHkXaP1hHRSoWZO2cZDJ9P_EwuJuywJQ,733017
|
|
11
11
|
aiohomematic_test_support/data/full_session_randomized_pydevccu.zip,sha256=_QFWSP03dkiMFdD_w-R98DS6ur4PYDQXw-DCkbJEGg4,1293240
|
|
12
|
-
aiohomematic_test_support-2026.1.
|
|
13
|
-
aiohomematic_test_support-2026.1.
|
|
14
|
-
aiohomematic_test_support-2026.1.
|
|
15
|
-
aiohomematic_test_support-2026.1.
|
|
12
|
+
aiohomematic_test_support-2026.1.40.dist-info/METADATA,sha256=-UIyk1-RVR65AyJBlGgT7MAL6rci2WIEA5ozy9_OOeQ,575
|
|
13
|
+
aiohomematic_test_support-2026.1.40.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
14
|
+
aiohomematic_test_support-2026.1.40.dist-info/top_level.txt,sha256=KmK-OiDDbrmawIsIgPWNAkpkDfWQnOoumYd9MXAiTHc,26
|
|
15
|
+
aiohomematic_test_support-2026.1.40.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|