Remove unused test fixture from light condition tests (#160925)

This commit is contained in:
Erik Montnemery
2026-01-15 22:03:18 +01:00
committed by GitHub
parent 043a0b5aa6
commit e2e7485e30
+1 -2
View File
@@ -5,7 +5,7 @@ from typing import Any
import pytest
from homeassistant.const import STATE_OFF, STATE_ON
from homeassistant.core import HomeAssistant, ServiceCall
from homeassistant.core import HomeAssistant
from tests.components import (
ConditionStateDescription,
@@ -137,7 +137,6 @@ async def test_light_state_condition_behavior_any(
)
async def test_light_state_condition_behavior_all(
hass: HomeAssistant,
service_calls: list[ServiceCall],
target_lights: list[str],
condition_target_config: dict,
entity_id: str,