diff --git a/tests/components/climate/test_trigger.py b/tests/components/climate/test_trigger.py index 23c090015f8..2441a739ec8 100644 --- a/tests/components/climate/test_trigger.py +++ b/tests/components/climate/test_trigger.py @@ -395,7 +395,7 @@ async def test_climate_state_attribute_trigger_behavior_first( trigger: str, states: list[tuple[tuple[str, dict], int]], ) -> None: - """Test that the climate state trigger fires when any climate state changes to a specific state.""" + """Test that the climate state trigger fires when the first climate state changes to a specific state.""" other_entity_ids = set(target_climates) - {entity_id} # Set all climates, including the tested climate, to the initial state @@ -529,7 +529,7 @@ async def test_climate_state_attribute_trigger_behavior_last( trigger: str, states: list[tuple[tuple[str, dict], int]], ) -> None: - """Test that the climate state trigger fires when any climate state changes to a specific state.""" + """Test that the climate state trigger fires when the last climate state changes to a specific state.""" other_entity_ids = set(target_climates) - {entity_id} # Set all climates, including the tested climate, to the initial state