From 03e6132d98346864116f3babc3aa5477b04326c9 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 16 Nov 2022 09:37:00 -0600 Subject: [PATCH] Fix static version in homekit tests (#82201) --- tests/components/homekit/test_diagnostics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/components/homekit/test_diagnostics.py b/tests/components/homekit/test_diagnostics.py index 30fe5f2d8fc..48b1b84580e 100644 --- a/tests/components/homekit/test_diagnostics.py +++ b/tests/components/homekit/test_diagnostics.py @@ -379,7 +379,7 @@ async def test_config_entry_with_trigger_accessory( "iid": 7, "perms": ["pr"], "type": "52", - "value": "2022.12.0", + "value": ANY, }, ], "iid": 1,