Post merge review for Proximity (#123500)

remove commented code
This commit is contained in:
Michael 2024-08-10 01:25:38 +02:00 committed by GitHub
parent ec9944b92a
commit 94af95c95b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",