Compare commits

...

1 Commits

Author SHA1 Message Date
Erik
5e46d91005 Remove unused test fixture from light condition tests 2026-01-14 14:46:01 +01:00

View File

@@ -15,7 +15,7 @@ from homeassistant.const import (
STATE_OFF,
STATE_ON,
)
from homeassistant.core import HomeAssistant, ServiceCall
from homeassistant.core import HomeAssistant
from homeassistant.helpers.condition import (
ConditionCheckerTypeOptional,
async_from_config,
@@ -213,7 +213,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,