From 94af95c95b1e5c24edcc754deee129ce0d778e94 Mon Sep 17 00:00:00 2001 From: Michael <35783820+mib1185@users.noreply.github.com> Date: Sat, 10 Aug 2024 01:25:38 +0200 Subject: [PATCH] Post merge review for Proximity (#123500) remove commented code --- tests/components/proximity/test_init.py | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/tests/components/proximity/test_init.py b/tests/components/proximity/test_init.py index 456d6577c04..37573483b74 100644 --- a/tests/components/proximity/test_init.py +++ b/tests/components/proximity/test_init.py @@ -590,20 +590,6 @@ async def test_device_tracker_test1_nearest_after_test2_in_ignored_zone( 1, ) - # assert await async_setup_component( - # hass, - # DOMAIN, - # { - # "proximity": { - # "home": { - # "ignored_zones": ["zone.work"], - # "devices": ["device_tracker.test1", "device_tracker.test2"], - # "zone": "home", - # } - # } - # }, - # ) - hass.states.async_set( "device_tracker.test1", "not_home",