From 890d190612eda52d8d10a37a7a29f6555f45ddcb Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 5 Aug 2021 23:15:20 -0700 Subject: [PATCH] Fix constant --- tests/components/homekit/test_accessories.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/components/homekit/test_accessories.py b/tests/components/homekit/test_accessories.py index 32397335133..00e894b91cb 100644 --- a/tests/components/homekit/test_accessories.py +++ b/tests/components/homekit/test_accessories.py @@ -172,7 +172,7 @@ async def test_accessory_with_missing_basic_service_info(hass, hk_driver): { ATTR_MODEL: None, ATTR_MANUFACTURER: None, - ATTR_SW_VERSION: None, + ATTR_SOFTWARE_VERSION: None, ATTR_INTEGRATION: None, }, )